PHP Класс PhpBench\Tests\Unit\Benchmark\Remote\ReflectionHierarchyTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )