Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 24b5d04

Browse files
committed
Rely on built-in prophecy support
1 parent 9e89e23 commit 24b5d04

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed

Tests/Unit/Adapter/PhpcrOdmAdapterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212

1313
namespace Symfony\Cmf\Component\RoutingAuto\Tests\Unit\Adapter;
1414

15-
use Symfony\Cmf\Component\RoutingAuto\Tests\Unit\BaseTestCase;
1615
use Symfony\Cmf\Bundle\RoutingAutoBundle\Adapter\PhpcrOdmAdapter;
1716

18-
class PhpcrOdmAdapterTest extends BaseTestCase
17+
class PhpcrOdmAdapterTest extends \PHPUnit_Framework_TestCase
1918
{
2019
protected $dm;
2120
protected $baseRoutePath;

Tests/Unit/BaseTestCase.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)