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 1e2fd52 commit 7264387Copy full SHA for 7264387
tests/bootstrap.php
@@ -4,7 +4,7 @@
4
die( 'Not an entry point' );
5
}
6
7
-$pwd = exec( 'pwd' );
+$pwd = getcwd();
8
chdir( __DIR__ . '/..' );
9
passthru( 'composer update' );
10
chdir( $pwd );
0 commit comments