Skip to content

Commit

Permalink
Clean path directory in Atoum configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy DECOOL committed Feb 16, 2016
1 parent 95d335c commit 9ec5e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .atoum.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

$script->addTestsFromDirectory(__DIR__ . DIRECTORY_SEPARATOR . '/Tests/Units');
$script->addTestsFromDirectory(__DIR__ . '/Tests/Units');
2 changes: 1 addition & 1 deletion .bootstrap.atoum.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

require_once __DIR__ . DIRECTORY_SEPARATOR . '/vendor/autoload.php';
require_once __DIR__ . '/vendor/autoload.php';

0 comments on commit 9ec5e72

Please sign in to comment.