Skip to content

Instantly share code, notes, and snippets.

@k-holy
Created October 25, 2012 06:56
Show Gist options
  • Save k-holy/3950950 to your computer and use it in GitHub Desktop.
Save k-holy/3950950 to your computer and use it in GitHub Desktop.
Stagehand_TestRunnerの設定ファイル
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="Tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
forceCoversAnnotation="false"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
strict="true"
verbose="true"
>
<testsuites>
<testsuite name="Volcanus_ImageConverter">
<directory suffix="Test.php">Tests</directory>
</testsuite>
</testsuites>
</phpunit>
general:
framework: phpunit
test_targets:
recursive:
resources:
- Tests
autotest:
enabled: false
watch_dirs:
- .
notify:
phpunit:
config: phpunit.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment