Cascade\Tests\Config\Loader\ClassLoader\Resolver\ConstructorResolverTest::testResolveWithMissingOptions PHP Method

testResolveWithMissingOptions() public method

Test resolving with missing/incomplete options. It should throw an exception.
public testResolveWithMissingOptions ( array $incompleteOptions )
$incompleteOptions array Array of invalid options
    public function testResolveWithMissingOptions(array $incompleteOptions)
    {
        $this->resolver->resolve($incompleteOptions);
    }