~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to simpletest/test

  • Committer: awbush
  • Date: 2008-05-10 01:23:22 UTC
  • Revision ID: vcs-imports@canonical.com-20080510012322-ksdszipia940fuam
Fixed test suite error reporting, fixed Cough Generator tests, updated all shell scripts to use /usr/bin/env php instead of /usr/bin/php so that the user's correct PHP install gets used without them having to make sym-links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/php
 
1
#!/usr/bin/env php
2
2
<?php
3
3
 
4
 
error_reporting(E_ALL);
5
4
include_once(dirname(__FILE__) . '/load.inc.php');
6
5
 
7
6
$appPath = dirname(dirname(__FILE__)) . '/';