Skip to content

Commit

Permalink
Revert "Update PHPUnit to 6.0."
Browse files Browse the repository at this point in the history
This reverts commit 8e08ac7.
  • Loading branch information
jhedstrom committed Feb 4, 2017
1 parent 8e08ac7 commit 5340d94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"composer/composer": "~1.0",
"jakub-onderka/php-parallel-lint": "~0.8",
"mikey179/vfsStream": "~1.2",
"phpunit/phpunit": "~6.0",
"phpunit/phpunit": "~5.6",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
Expand Down
3 changes: 1 addition & 2 deletions tests/DrupalInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
use Composer\Repository\WritableRepositoryInterface;
use Composer\Script\Event;
use DrupalComposer\Composer\DrupalInfo;
use PHPUnit\Framework\TestCase;

/**
* @coversDefaultClass \DrupalComposer\Composer\DrupalInfo
*/
class DrupalInfoTest extends TestCase
class DrupalInfoTest extends \PHPUnit_Framework_TestCase
{
use InfoFileTrait;

Expand Down
3 changes: 1 addition & 2 deletions tests/Writer/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
use DrupalComposer\Composer\Writer\Drupal;
use DrupalComposer\Composer\Writer\Drupal7;
use DrupalComposer\Composer\Writer\Factory;
use PHPUnit\Framework\TestCase;

/**
* @coversDefaultClass \DrupalComposer\Composer\Writer\Factory
*/
class FactoryTest extends TestCase
class FactoryTest extends \PHPUnit_Framework_TestCase
{
use InfoFileTrait;

Expand Down

0 comments on commit 5340d94

Please sign in to comment.