File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2222 "composer/composer" : " ~1.0" ,
2323 "jakub-onderka/php-parallel-lint" : " ~0.8" ,
2424 "mikey179/vfsStream" : " ~1.2" ,
25- "phpunit/phpunit" : " ~5.6 " ,
25+ "phpunit/phpunit" : " ~6.0 " ,
2626 "squizlabs/php_codesniffer" : " ~2.0"
2727 },
2828 "autoload" : {
Original file line number Diff line number Diff line change 1616use Composer \Repository \WritableRepositoryInterface ;
1717use Composer \Script \Event ;
1818use DrupalComposer \Composer \DrupalInfo ;
19+ use PHPUnit \Framework \TestCase ;
1920
2021/**
2122 * @coversDefaultClass \DrupalComposer\Composer\DrupalInfo
2223 */
23- class DrupalInfoTest extends \PHPUnit_Framework_TestCase
24+ class DrupalInfoTest extends TestCase
2425{
2526 use InfoFileTrait;
2627
Original file line number Diff line number Diff line change 66use DrupalComposer \Composer \Writer \Drupal ;
77use DrupalComposer \Composer \Writer \Drupal7 ;
88use DrupalComposer \Composer \Writer \Factory ;
9+ use PHPUnit \Framework \TestCase ;
910
1011/**
1112 * @coversDefaultClass \DrupalComposer\Composer\Writer\Factory
1213 */
13- class FactoryTest extends \PHPUnit_Framework_TestCase
14+ class FactoryTest extends TestCase
1415{
1516 use InfoFileTrait;
1617
You can’t perform that action at this time.
0 commit comments