ApiPlatform\Core\Tests\Api\FilterCollectionTest::testIsArrayObject PHP Method

testIsArrayObject() public method

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