Skip to content

Commit

Permalink
Atoum config
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent DUBOST committed Dec 5, 2013
1 parent a8e5b49 commit 4dee8cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 104 deletions.
3 changes: 3 additions & 0 deletions .atoum.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

$runner->addTestsFromDirectory(__DIR__.'/tests');
3 changes: 3 additions & 0 deletions .bootstrap.atoum.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

require_once __DIR__.'/vendor/autoload.php';
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_script:
- php composer.phar install --dev

script:
- vendor/bin/atoum -d tests -bf tests/bootstrap.php
- vendor/bin/atoum
99 changes: 0 additions & 99 deletions composer.lock

This file was deleted.

4 changes: 0 additions & 4 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit 4dee8cc

Please sign in to comment.