This commit is contained in:
Romain Neutron
2012-04-16 10:00:12 +02:00
parent cc42055f4d
commit abd4a30885
147 changed files with 1 additions and 949 deletions

View File

@@ -2,10 +2,6 @@
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
/**
* Test class for Session_Storage_CommandLine.
* Generated by PHPUnit on 2011-08-02 at 16:11:02.
*/
class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract
{
@@ -14,10 +10,6 @@ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
public function setUp()
{
// $this->object = new Session_Storage_CommandLine;
@@ -121,5 +113,3 @@ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract
}
}
?>