Google\Cloud\Tests\Datastore\OperationTest::testKeysName PHP Method

testKeysName() public method

public testKeysName ( )
    public function testKeysName()
    {
        $keys = $this->operation->keys('Foo', ['name' => '10']);
        $this->assertEquals($keys[0]->path(), [['kind' => 'Foo', 'name' => '10']]);
    }