Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'simple_to_phpunit.php')
-rwxr-xr-xsimple_to_phpunit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple_to_phpunit.php b/simple_to_phpunit.php
index e1ad0253..cdeb2108 100755
--- a/simple_to_phpunit.php
+++ b/simple_to_phpunit.php
@@ -22,7 +22,7 @@ if (in_array('-h', $argv, true) || in_array('--help', $argv, true)) {
// handle diff output
if (in_array('-d', $argv, true)) {
- passthru('php ' . __FILE__ . " {$argv[1]} -o | diff -u {$argv[1]} -");
+ passthru('php '.__FILE__." {$argv[1]} -o | diff -u {$argv[1]} -");
exit(0);
}