We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd14099 commit b58e0c7Copy full SHA for b58e0c7
src/Framework/MockObject/MockBuilder.php
@@ -9,6 +9,7 @@
9
*/
10
namespace PHPUnit\Framework\MockObject;
11
12
+use const DEBUG_BACKTRACE_IGNORE_ARGS;
13
use function array_merge;
14
use function assert;
15
use function debug_backtrace;
0 commit comments