-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1466 from garak/phpunit10
✅ remove other phpunit deprecations
- Loading branch information
Showing
9 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Markus Bachmann <[email protected]> | ||
* @author Titouan Galopin <[email protected]> | ||
*/ | ||
abstract class AbstractFlysystemStorageTest extends StorageTestCase | ||
abstract class AbstractFlysystemStorageTestCase extends StorageTestCase | ||
{ | ||
final public const FS_KEY = 'filesystemKey'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* @author Markus Bachmann <[email protected]> | ||
* @author Titouan Galopin <[email protected]> | ||
*/ | ||
final class MountManagerFlysystemStorageTest extends AbstractFlysystemStorageTest | ||
final class MountManagerFlysystemStorageTest extends AbstractFlysystemStorageTestCase | ||
{ | ||
protected function createRegistry(FilesystemOperator $filesystem): MountManager | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
/** | ||
* @author Titouan Galopin <[email protected]> | ||
*/ | ||
final class PsrContainerFlysystemStorageTest extends AbstractFlysystemStorageTest | ||
final class PsrContainerFlysystemStorageTest extends AbstractFlysystemStorageTestCase | ||
{ | ||
protected function createRegistry(FilesystemOperator $filesystem): ContainerInterface | ||
{ | ||
|