PHP 클래스 ExceptionsTest

상속: extends TestCase
파일 보기 프로젝트 열기: crazycodr/standard-exceptions

공개 메소드들

메소드 설명
assertClassIsSubclassOf ( string $expected, string $subject )
providesConstructorTestClasses ( ) : string[]
providesHttpTestClasses ( ) : string[]
testConstructor ( string $className )
testHttpMethods ( string $className )

메소드 상세

assertClassIsSubclassOf() 공개 메소드

public assertClassIsSubclassOf ( string $expected, string $subject )
$expected string Class to expect $subject to extend
$subject string Class that should extend $expected

providesConstructorTestClasses() 공개 메소드

public providesConstructorTestClasses ( ) : string[]
리턴 string[]

providesHttpTestClasses() 공개 메소드

public providesHttpTestClasses ( ) : string[]
리턴 string[]

testConstructor() 공개 메소드

public testConstructor ( string $className )
$className string Class to test constructor acts like standard exception

testHttpMethods() 공개 메소드

public testHttpMethods ( string $className )
$className string Class to test http methods exist