Google\Cloud\Tests\ArrayTraitTest::testIsAssocFalse PHP Method

testIsAssocFalse() public method

public testIsAssocFalse ( )
    public function testIsAssocFalse()
    {
        $actual = $this->implementation->call('isAssoc', [[1, 2, 3]]);
        $this->assertFalse($actual);
    }