Skip to content

Commit

Permalink
testSetShippingAddress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Padron committed Dec 18, 2008
1 parent c08ad72 commit 22aaf02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Payment/PagamentoCerto/tests/OrderTest.php
Expand Up @@ -11,10 +11,13 @@
* @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';


/**
* Unit test for the class Payment_PagamentoCerto_Order
*
Expand Down Expand Up @@ -780,4 +783,4 @@ function testSetOrderId()

}

?>
?>

0 comments on commit 22aaf02

Please sign in to comment.