Skip to content

Commit f2d6ff0

Browse files
committed
Remove deprecated AbstractTest class and associated references
1 parent 15242e4 commit f2d6ff0

4 files changed

Lines changed: 0 additions & 75 deletions

File tree

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</testsuite>
2222
<testsuite name="Legacy">
2323
<directory>tests/legacy/</directory>
24-
<exclude>tests/legacy/AbstractTest.php</exclude>
2524
</testsuite>
2625
<testsuite name="Joy">
2726
<directory>tests/joy/</directory>

tests/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
define('__REPOSITORY__', __DIR__ . '/fixtures/repository');
2727
define('__TEMP_DIR__', sys_get_temp_dir() . '/deployer');
2828

29-
require_once __DIR__ . '/legacy/AbstractTest.php';
3029
require_once __DIR__ . '/joy/JoyTest.php';
3130

3231
// Init repository

tests/issues/PortIntTest.php

Whitespace-only changes.

tests/legacy/AbstractTest.php

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

0 commit comments

Comments
 (0)