Skip to content

Commit

Permalink
Remove unused hardcoded reference from *phpunit.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed May 15, 2012
1 parent 7756af5 commit 14455e5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions tests/travis/mysql.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>
4 changes: 1 addition & 3 deletions tests/travis/pdo/mysql.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
</php>
<testsuites>
<testsuite name="CodeIgniter Core Test Suite">
<directory suffix="test.php">../../codeigniter/database</directory>
<directory suffix="test.php">../../codeigniter</directory>
</testsuite>
</testsuites>
<filters>
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>
2 changes: 0 additions & 2 deletions tests/travis/pdo/pgsql.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>
2 changes: 0 additions & 2 deletions tests/travis/pdo/sqlite.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>
2 changes: 0 additions & 2 deletions tests/travis/pgsql.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>
2 changes: 0 additions & 2 deletions tests/travis/sqlite.phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<blacklist>
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
<directory suffix=".php">PHP_LIBDIR</directory>
<directory suffix=".php">PROJECT_BASE.'tests'</directory>
<directory suffix=".php">'../../system/core/CodeIgniter.php'</directory>
</blacklist>
</filters>
</phpunit>

0 comments on commit 14455e5

Please sign in to comment.