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 6cf02d1 commit f66b365Copy full SHA for f66b365
tests/skip_slow_tests.sh
@@ -1,3 +1,6 @@
1
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2
+cd "${SCRIPT_DIR}"
3
+
4
# Let tests know we should skip slow tests.
5
export PHP_CURL_CLASS_SKIP_SLOW_TESTS="1"
6
0 commit comments