Cascade\Tests\Config\Loader\ClassLoader\Resolver\ExtraOptionsResolverTest::testResolveWithInvalidOptions PHP Method

testResolveWithInvalidOptions() public method

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);
    }