Fix tests for linux (broken with multitests inclusion)
authorgggeek <giunta.gaetano@gmail.com>
Fri, 20 Mar 2015 02:17:49 +0000 (02:17 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 20 Mar 2015 02:17:49 +0000 (02:17 +0000)
tests/LocalhostMultiTest.php

index e855f21..333ee64 100644 (file)
@@ -5,7 +5,7 @@ include_once __DIR__ . '/../lib/xmlrpc_wrappers.inc';
 
 include_once __DIR__ . '/parse_args.php';
 
-include_once __DIR__ . '/LocalHostTest.php';
+include_once __DIR__ . '/LocalhostTest.php';
 
 class LocalhostMultiTest extends LocalhostTest
 {