ApiPlatform\Core\Tests\Api\FilterCollectionTest::testIsArrayObject PHP Méthode

testIsArrayObject() public méthode

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