Move tests at root

This commit is contained in:
Romain Neutron
2012-04-14 12:07:49 +02:00
parent 855bb0d635
commit 855fd91081
260 changed files with 47666 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
<?php
require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
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
{
/**
* @var module_console_schedulerStart
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @todo Implement testExecute().
*/
public function testExecute()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}
?>