PhpBench\Tests\Unit\Formatter\ClassLoaderTest::testNotExist PHP Метод

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

It should throw an exception if the file does not exist.
public testNotExist ( )
    public function testNotExist()
    {
        $this->loader->load(__DIR__ . '/class/not_exists.json');
    }