Google\Cloud\Tests\Datastore\DatastoreSessionHandlerTest::testOpenNotAllowed PHP 메소드

testOpenNotAllowed() 공개 메소드

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