Skip to content

Commit 049f6e1

Browse files
committed
Drop the universal Phactor TestCase
1 parent 7d081c8 commit 049f6e1

File tree

4 files changed

+4
-34
lines changed

4 files changed

+4
-34
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3 || ^8.0",
12+
"php": "^8.1",
1313
"symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0"
1414
},
1515
"require-dev": {
1616
"dms/phpunit-arraysubset-asserts": "dev-master",
1717
"ergebnis/composer-normalize": "^2.0",
1818
"friendsofphp/php-cs-fixer": "^2.17",
19-
"phpspec/prophecy-phpunit": "dev-master",
19+
"phpspec/prophecy-phpunit": "^2.0",
2020
"phpstan/phpstan": "~0.12.0",
2121
"phpunit/phpunit": "^9.0"
2222
},

lib/PHPUnit/TestCase.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/Integration/IntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Phpactor\TestUtils\Tests\Integration;
44

5-
use Phpactor\TestUtils\PHPUnit\TestCase;
5+
use PHPUnit\Framework\TestCase;
66

77
class IntegrationTestCase extends TestCase
88
{

tests/Unit/ExtractOffsetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Phpactor\TestUtils\Tests\Unit;
44

5+
use PHPUnit\Framework\TestCase;
56
use Phpactor\TestUtils\ExtractOffset;
6-
use Phpactor\TestUtils\PHPUnit\TestCase;
77

88
class ExtractOffsetTest extends TestCase
99
{

0 commit comments

Comments
 (0)