Cascade\Tests\Config\Loader\ClassLoader\Resolver\ExtraOptionsResolverTest::testResolveWithInvalidOptions PHP 메소드

testResolveWithInvalidOptions() 공개 메소드

Test resolving with invalid options. It should throw an exception.
public testResolveWithInvalidOptions ( array $invalidOptions )
$invalidOptions array Array of invalid options
    public function testResolveWithInvalidOptions($invalidOptions)
    {
        $this->resolver->resolve($invalidOptions);
    }