We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe1d3b1 + beaa5b0 commit 10e9217Copy full SHA for 10e9217
inc/BaseCase.php
@@ -19,12 +19,12 @@
19
use PHPCR\NodeInterface;
20
use DateTime;
21
use PHPUnit_Framework_SkippedTestSuiteError;
22
-use PHPUnit_Framework_TestCase;
+use PHPUnit\Framework\TestCase;
23
24
/**
25
* Base class for all phpcr api tests.
26
*/
27
-abstract class BaseCase extends PHPUnit_Framework_TestCase
+abstract class BaseCase extends TestCase
28
{
29
30
* Describes the path to the node for this test, used with writing tests.
0 commit comments