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\ObjectStateTest 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\ObjectStateBase as BaseObjectStateServiceTest;
* Test case for object state Service using Legacy storage class.
class ObjectStateTest extends BaseObjectStateServiceTest
{
protected function getRepository()
return Utils::getRepository();
}