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

testHashToArgsArray() public method

Test the hashToArgsArray function
public testHashToArgsArray ( )
    public function testHashToArgsArray()
    {
        $this->assertEquals(array('someValue', 'hello', 'there', 'slither'), $this->resolver->hashToArgsArray(array('optionalB' => 'there', 'optionalA' => 'hello', 'optionalSnake' => 'slither', 'mandatory' => 'someValue')));
    }