PHP 클래스 PhpBench\PhpBench

파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
normalizePath ( string $path ) : string If the path is relative we need to use the current working path because otherwise it will be the script path, which is wrong in the context of a PHAR.
run ( Composer\Autoload\ClassLoader $autoloader )

비공개 메소드들

메소드 설명
getBootstrapPath ( $configDir, $bootstrap )
loadConfig ( )
parseOption ( $arg, $longName, $shortName = null )

메소드 상세

normalizePath() 공개 정적인 메소드

If the path is relative we need to use the current working path because otherwise it will be the script path, which is wrong in the context of a PHAR.
public static normalizePath ( string $path ) : string
$path string
리턴 string

run() 공개 정적인 메소드

public static run ( Composer\Autoload\ClassLoader $autoloader )
$autoloader Composer\Autoload\ClassLoader