Bravo3\Orm\Tests\Services\CachingStrategyTest::testStrategyException PHP Метод

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

public testStrategyException ( Bravo3\Orm\Services\Cache\EntityCachingInterface $service )
$service Bravo3\Orm\Services\Cache\EntityCachingInterface
    public function testStrategyException(EntityCachingInterface $service)
    {
        $service->retrieve(Product::class, '12345');
    }