Fix phpunit dependency

This commit is contained in:
Laurent Destailleur 2021-06-23 01:12:48 +02:00
parent 28d416a00d
commit 0807650311

View File

@ -227,7 +227,7 @@ class ProjectTest extends PHPUnit\Framework\TestCase
* @param int $id Id of project * @param int $id Id of project
* @return void * @return void
* *
* @depends testProjectClose * @depends testProjectOther
* The depends says test is run only if previous is ok * The depends says test is run only if previous is ok
*/ */
public function testProjectDelete($id) public function testProjectDelete($id)