Google\Cloud\Tests\Datastore\EntityTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->key = new Key('foo', ['path' => [['kind' => 'kind', 'name' => 'name']]]);
        $this->mapper = new EntityMapper('foo', true, false);
    }