ApiPlatform\Core\Tests\Metadata\Property\Factory\AnnotationPropertyMetadataFactoryTest::testClassNotFound PHP Method

testClassNotFound() public method

public testClassNotFound ( )
    public function testClassNotFound()
    {
        $factory = new AnnotationPropertyMetadataFactory($this->prophesize(Reader::class)->reveal());
        $factory->create('\\DoNotExist', 'foo');
    }