eZ\Publish\Core\FieldType\Tests\RichText\Gateway\LegacyStorageTest::testSetConnectionThrowsRuntimeException PHP Метод

testSetConnectionThrowsRuntimeException() публичный Метод

    public function testSetConnectionThrowsRuntimeException()
    {
        $gateway = $this->getStorageGateway();
        $gateway->setConnection(new \DateTime());
    }