Skip to content

Commit

Permalink
Fix: bad file name
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Jan 20, 2012
1 parent 1565018 commit 1714990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/phpunit/AllTests.php
@@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2011 Regis Houssin <regis@dolibarr.fr>
/* Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2011-2012 Regis Houssin <regis@dolibarr.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -58,7 +58,7 @@ public static function suite()
//$suite->addTestSuite('CoreTest');
require_once dirname(__FILE__).'/DateLibTest.php';
$suite->addTestSuite('DateLibTest');
require_once dirname(__FILE__).'/DateLibTest.php';
require_once dirname(__FILE__).'/FilesLibTest.php';
$suite->addTestSuite('FilesLibTest');
require_once dirname(__FILE__).'/FunctionsTest.php';
$suite->addTestSuite('FunctionsTest');
Expand Down

0 comments on commit 1714990

Please sign in to comment.