Skip to content

Commit cd6afe2

Browse files
TestFlorentTorregrosa
authored andcommitted
Update test codebase.
1 parent 1d0f85d commit cd6afe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/PluginTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
namespace DrupalComposer\DrupalL10n\Tests;
44

55
use Composer\Util\Filesystem;
6+
use PHPUnit\Framework\TestCase;
67

78
/**
89
* Tests composer plugin functionality.
910
*/
10-
class PluginTest extends \PHPUnit_Framework_TestCase {
11+
class PluginTest extends TestCase {
1112

1213
/**
1314
* A file system object.

0 commit comments

Comments
 (0)