for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* File contains: eZ\Publish\Core\Repository\Tests\Service\Integration\Legacy\LocationTest class.
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
namespace eZ\Publish\Core\Repository\Tests\Service\Integration\Legacy;
use eZ\Publish\Core\Repository\Tests\Service\Integration\LocationBase as BaseLocationServiceTest;
use Exception;
* Test case for Location Service using Legacy storage class.
class LocationTest extends BaseLocationServiceTest
{
protected function getRepository()
try {
return Utils::getRepository();
} catch (Exception $e) {
$this->markTestIncomplete($e->getMessage());
}