diff options
Diffstat (limited to 'test/typo.php')
-rw-r--r-- | test/typo.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/typo.php b/test/typo.php index c8b94be21..e3141a46e 100644 --- a/test/typo.php +++ b/test/typo.php @@ -1,4 +1,8 @@ <?php + // Tired of chasing typos and finding them after a commit. + // Run this from cmdline in basedir and quickly see if we've + // got any parse errors in our application files. + include 'boot.php'; $a = new App(); |