eZ\Publish\Core\FieldType\Tests\Url\Gateway\LegacyStorageTest::testSetConnectionThrowsRuntimeException PHP Method

testSetConnectionThrowsRuntimeException() public method

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