-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract Fatal PHP error (from phpunit log)
- Loading branch information
Showing
6 changed files
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
PHP Fatal error: Declaration of InterfaceLogevents::runTrigger(string $action, $object, User $user, Translate $langs, Conf $conf) must be compatible with DolibarrTriggers::runTrigger($action, $object, User $user, Translate $langs, Conf $conf) in D:\project\core\triggers\interface_20_all_Logevents.class.php on line 91 | ||
UserTest::testUserCreate USER_PASSWORD_GENERATED=Standard | ||
|
||
Fatal error: Declaration of InterfaceLogevents::runTrigger(string $action, $object, User $user, Translate $langs, Conf $conf) must be compatible with DolibarrTriggers::runTrigger($action, $object, User $user, Translate $langs, Conf $conf) in D:\project\core\triggers\interface_20_all_Logevents.class.php on line 91 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
::error file=D%3A/project/core/triggers/interface_20_all_Logevents.class.php,line=91::Declaration of InterfaceLogevents::runTrigger(string $action, $object, User $user, Translate $langs, Conf $conf) must be compatible with DolibarrTriggers::runTrigger($action, $object, User $user, Translate $langs, Conf $conf) |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='utf_8'?> | ||
<checkstyle version="6.5"><file name="D:\project\core\triggers\interface_20_all_Logevents.class.php"><error severity="error" line="91" message="Declaration of InterfaceLogevents::runTrigger(string $action, $object, User $user, Translate $langs, Conf $conf) must be compatible with DolibarrTriggers::runTrigger($action, $object, User $user, Translate $langs, Conf $conf)" /></file></checkstyle> |