-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.7] Bug fix for app()->call() (#26852)
* Update BoundMethod.php Bug fix for app()->call('class@method'); fixes: #22687 * Update ContainerTest.php Added tests for app()->call() with default values in the called method * Update ContainerTest.php fixes style-ci issues * fixes the tests Fixes the tests * Fixes the bug caught by tests * more tests to be more sure * Fixes style-CI issue * better tests + typo fix * Passes the most recent test (defaultOnlyC) * More tests covering more cases * Adds more tests Adds more tests * Update ContainerTest.php Fix Style-ci
- Loading branch information
1 parent
3913c10
commit 881be81
Showing
2 changed files
with
97 additions
and
1 deletion.
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