Skip to content

Commit

Permalink
Remove fixed PHPUnit loader
Browse files Browse the repository at this point in the history
Add hhvm to test envs
  • Loading branch information
Synchro committed May 1, 2014
1 parent 9e8388c commit f03b54f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 5.5
- 5.4
- 5.3
- hhvm
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y -qq postfix
Expand Down
1 change: 0 additions & 1 deletion test/phpmailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

require_once 'PHPUnit/Autoload.php';
require_once '../PHPMailerAutoload.php';

/**
Expand Down

0 comments on commit f03b54f

Please sign in to comment.