Nelmio\Alice\Definition\Object\CompleteObjectTest::testIsAnObject PHP Method

testIsAnObject() public method

public testIsAnObject ( )
    public function testIsAnObject()
    {
        $this->assertTrue(is_a(CompleteObject::class, ObjectInterface::class, true));
    }