Google\Cloud\Tests\Datastore\OperationTest::testLookupInvalidKey PHP Méthode

testLookupInvalidKey() public méthode

    public function testLookupInvalidKey()
    {
        $key = $this->operation->key('Foo');
        $this->operation->lookup([$key]);
    }