ApiPlatform\Core\Tests\Api\FilterCollectionTest::testIsArrayObject PHP 메소드

testIsArrayObject() 공개 메소드

public testIsArrayObject ( )
    public function testIsArrayObject()
    {
        $filterCollection = new FilterCollection();
        $this->assertInstanceOf(\ArrayObject::class, $filterCollection);
    }
FilterCollectionTest