Skip to content

Commit

Permalink
Imports for PHPUnit installed via phar
Browse files Browse the repository at this point in the history
  • Loading branch information
fundead committed Jan 10, 2014
1 parent 2d1344a commit 7a56776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="testbootstrap.php"
colors="true"
syntaxCheck="false">
<testsuites>
<testsuite name="Tests">
Expand Down
3 changes: 3 additions & 0 deletions testbootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

require_once(__DIR__ .'\src\Raygun4php\RaygunClient.php');

0 comments on commit 7a56776

Please sign in to comment.