Skip to content

Commit

Permalink
fix(ci): fixed php tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 19, 2016
1 parent b401c5f commit 9c72519
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ machine:
version: 5.6.14
ruby:
version: 2.2.2
python:
version: pypy-2.2.1

dependencies:
override:
- npm install
- composer install --prefer-source --no-interaction
- gem install bundler -v 1.10.6

test:
override:
- npm run build
- npm test
- phpunit test/platform.php.test.php
- ruby test/platform.ruby.test.rb
- python test/platform.python.test.py
2 changes: 1 addition & 1 deletion test/platform.php.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run tests from the repository root directory:
# $ composer install && ./vendor/bin/phpunit test/platform.php.test.php

require(__DIR__.'/../platform/php/mailchecker.php');
require(__DIR__.'/../platform/php/MailChecker.php');

class MailCheckerTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 9c72519

Please sign in to comment.