Skip to content

Commit

Permalink
[stagehandtestrunner] Updated testrunner.php for launching.
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Dec 25, 2012
1 parent 8cbdc00 commit 69661c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env php
#!/usr/bin/php
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */

Expand Down Expand Up @@ -32,7 +32,7 @@
* @package Stagehand_TestRunner
* @copyright 2011-2012 KUBO Atsuhiro <[email protected]>
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @version Release: 3.4.0
* @version Release: 3.5.0
* @since File available since Release 3.0.0
*/

Expand Down Expand Up @@ -137,7 +137,7 @@ function preloadScript()
if (!is_null($preloadScript)) {
$result = include_once $preloadScript;
if (!$result) {
throw \UnexpectedValueException(sprintf(
throw new \UnexpectedValueException(sprintf(
'Cannot load [ %s ]. Make sure the file path and permission are correct.',
$preloadScript
));
Expand Down

0 comments on commit 69661c6

Please sign in to comment.