Skip to content

Commit 2de5261

Browse files
committed
quote fixed
1 parent e10cfc4 commit 2de5261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
} while ($root !== $lastRoot);
1919

20-
throw new Exception("Cannot find the root of the application, unable to run tests");
20+
throw new Exception('Cannot find the root of the application, unable to run tests');
2121
};
2222
$root = $findRoot(__FILE__);
2323
unset($findRoot);

0 commit comments

Comments
 (0)