-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2eb91e4
commit 9e60ead
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
namespace PHPUnit\Util; | ||
namespace PHPUnit\Runner; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sebastianbergmann
Author
Owner
|
||
|
||
use const E_DEPRECATED; | ||
use const E_NOTICE; | ||
|
@@ -38,7 +38,7 @@ public static function instance(): self | |
} | ||
|
||
/** | ||
* @throws Exception | ||
* @throws NoTestCaseObjectOnCallStackException | ||
*/ | ||
public function __invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool | ||
{ | ||
|
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 break some implementations that used this namespace.
Upgrading from PHPUnit 10.0 to 10.1 gives me this:
Can we provide a (deprecated) alias?