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

testEntityWithKind() public method

public testEntityWithKind ( )
    public function testEntityWithKind()
    {
        $e = $this->operation->entity('Foo');
        $this->assertInstanceOf(Entity::class, $e);
        $this->assertEquals($e->key()->state(), Key::STATE_INCOMPLETE);
    }