PHP 클래스 PhpBench\Tests\Unit\Benchmark\Remote\ReflectionHierarchyTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
setUp ( )
testAddReflectionsAndIterate ( ) It can have reflection classes added to it.
testGetTopNoClasses ( ) It should throw an exception if there are no classes and the top is requested.
testHasMethod ( ) It can determine if a method exists.
testHasStaticMethod ( ) It can determine if a method is static.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testAddReflectionsAndIterate() 공개 메소드

It is iterable. It should get the top reflection.

testGetTopNoClasses() 공개 메소드

It should throw an exception if there are no classes and the top is requested.
public testGetTopNoClasses ( )

testHasMethod() 공개 메소드

It can determine if a method exists.
public testHasMethod ( )

testHasStaticMethod() 공개 메소드

It can determine if a method is static.
public testHasStaticMethod ( )