Skip to content

Commit

Permalink
removed the set_include_path() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Padron committed Dec 20, 2008
1 parent cac4a06 commit 88d3d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Payment/PagamentoCerto/tests/OrderTest.php
Expand Up @@ -11,8 +11,6 @@
* @link http://pear.php.net/packages/Payment/PagamentoCerto
*/

set_include_path(get_include_path() . ':' . '/home/projects/pagamentocerto');

require_once 'PHPUnit/Framework.php';
require_once 'Payment/PagamentoCerto/PagamentoCerto.php';
require_once 'Payment/PagamentoCerto/Order.php';
Expand Down

0 comments on commit 88d3d38

Please sign in to comment.