SensioLabs\Deptrac\Tests\Collector\ClassNameCollectorTest::testWrongRegexParam PHP Method

testWrongRegexParam() public method

public testWrongRegexParam ( )
    public function testWrongRegexParam()
    {
        (new ClassNameCollector())->satisfy(['Foo' => 'a'], $this->prophesize(AstClassReferenceInterface::class)->reveal(), $this->prophesize(AstMap::class)->reveal(), $this->prophesize(CollectorFactory::class)->reveal(), $this->prophesize(AstParserInterface::class)->reveal());
    }