PopTest\ConfigTest::testAsArrayObject PHP Method

testAsArrayObject() public method

public testAsArrayObject ( )
    public function testAsArrayObject()
    {
        $c = new Config(array('data' => 123));
        $this->assertInstanceOf('ArrayObject', $c->asArrayObject());
    }