SensioLabs\DeprecationDetector\Tests\Finder\ResultTest::testFileCount PHP Метод

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

public testFileCount ( )
    public function testFileCount()
    {
        $result = new Result(array(), array(), 10);
        $this->assertSame(10, $result->fileCount());
    }