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

@@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.
use Symfony\Component\Console\Tester\CommandTester;
use \Symfony\Component\Console\Application;
/**
* Test class for module_console_schedulerStart.
* Generated by PHPUnit on 2011-11-03 at 16:11:06.
*/
class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase
{
@@ -16,10 +12,6 @@ class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
@@ -46,5 +38,3 @@ class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase
}
}
?>