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

testConstructor() public method

Test the resolver contructor
public testConstructor ( )
    public function testConstructor()
    {
        $this->assertEquals($this->class, $this->resolver->getReflected()->getName());
        $this->assertEquals($this->params, $this->resolver->getParams());
    }