We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92138e commit cd9170eCopy full SHA for cd9170e
tests/Utils/Process.basic.phpt
@@ -11,6 +11,8 @@ use Tester\Assert;
11
require __DIR__ . '/../bootstrap.php';
12
13
14
+dump(PHP_BINARY);
15
+
16
// Process execution - success
17
18
test('run executable successfully', function () {
0 commit comments