Fix: Removed bad test

This commit is contained in:
Laurent Destailleur 2013-04-23 10:42:10 +02:00
parent c8b2ce3d8e
commit ff3b2933a8

View File

@ -304,19 +304,5 @@ class DateLibTest extends PHPUnit_Framework_TestCase
return $result;
}
/**
* testDolGetFirstDay
*
* @return void
*/
public function testDolGetFirstDay()
{
global $conf,$user,$langs,$db;
$conf=$this->savconf;
$user=$this->savuser;
$langs=$this->savlangs;
$db=$this->savdb;
}
}
?>