Skip to content

Commit

Permalink
Update to phpunit 9.5 as needed by Drupal core now. Tests need to be …
Browse files Browse the repository at this point in the history
…updated.
  • Loading branch information
fago committed Dec 4, 2020
1 parent 4b066f7 commit 905208f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"drupal/core": "9.1.*"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
"phpunit/phpunit": "^9.5.0",
"drupal/pathauto": "^1.6",
"drupal/coder": "^8.2"
},
Expand Down
3 changes: 2 additions & 1 deletion tests/src/Core/Config/ConfigFactoryTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace drunomics\ServiceUtils\Tests\Core\Config;

use PHPUnit\Framework\TestCase;
use drunomics\ServiceUtils\Core\Config\ConfigFactoryTrait;
use Drupal\Core\DependencyInjection\Container;
use Drupal\Core\Config\ConfigFactoryInterface;
Expand All @@ -10,7 +11,7 @@
* @coversDefaultClass \drunomics\ServiceUtils\Core\Config\ConfigFactoryTrait
* @group ServiceUtils
*/
class ConfigFactoryTraitTest extends \PHPUnit_Framework_TestCase {
class ConfigFactoryTraitTest extends TestCase {

use ConfigFactoryTrait;

Expand Down

0 comments on commit 905208f

Please sign in to comment.