PhpBench\Tests\Unit\Benchmark\Remote\ReflectionHierarchyTest::testGetTopNoClasses PHP Метод

testGetTopNoClasses() публичный Метод

It should throw an exception if there are no classes and the top is requested.
public testGetTopNoClasses ( )
    public function testGetTopNoClasses()
    {
        $this->hierarchy->getTop();
    }