Google\Cloud\Tests\Datastore\DatastoreSessionHandlerTest::testOpenReserved PHP Méthode

testOpenReserved() public méthode

public testOpenReserved ( )
    public function testOpenReserved()
    {
        $this->datastore->transaction()->shouldNotBeCalled()->willReturn($this->transaction->reveal());
        $datastoreSessionHandler = new DatastoreSessionHandler($this->datastore->reveal());
        $datastoreSessionHandler->open('__RESERVED__', self::KIND);
    }