Skip to content

Commit

Permalink
Update test codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Test authored and FlorentTorregrosa committed Jun 5, 2020
1 parent 1d0f85d commit cd6afe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
namespace DrupalComposer\DrupalL10n\Tests;

use Composer\Util\Filesystem;
use PHPUnit\Framework\TestCase;

/**
* Tests composer plugin functionality.
*/
class PluginTest extends \PHPUnit_Framework_TestCase {
class PluginTest extends TestCase {

/**
* A file system object.
Expand Down

0 comments on commit cd6afe2

Please sign in to comment.