Skip to content

Commit

Permalink
Fixed the define name to run all socket tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Dec 15, 2010
1 parent 754c9b2 commit a6014cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/all_socket.test.php
Expand Up @@ -38,7 +38,7 @@ public static function suite() {

$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'cake_socket.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'http_socket.test.php');
$suite->addTestFile(CAKE_TEST_CASES . DS . 'libs' . DS . 'http_response.test.php');
$suite->addTestFile(CORE_TEST_CASES . DS . 'libs' . DS . 'http_response.test.php');
$suite->addTestDirectory(CORE_TEST_CASES . DS . 'libs' . DS . 'http');
return $suite;
}
Expand Down

0 comments on commit a6014cf

Please sign in to comment.