Google\Cloud\Tests\Snippets\Datastore\EntityTest::testPopulatedByService PHP Méthode

testPopulatedByService() public méthode

    public function testPopulatedByService()
    {
        $snippet = $this->snippetFromMethod(Entity::class, 'populatedByService');
        $snippet->addLocal('entity', $this->entity);
        $res = $snippet->invoke('populatedByService');
        $this->assertEquals($this->options['populatedByService'], $res->returnVal());
    }