From 08076503119980d522a97b8f85a1695ff114ef96 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 23 Jun 2021 01:12:48 +0200 Subject: [PATCH] Fix phpunit dependency --- test/phpunit/ProjectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/ProjectTest.php b/test/phpunit/ProjectTest.php index 7aa73181436..0a5812036d3 100644 --- a/test/phpunit/ProjectTest.php +++ b/test/phpunit/ProjectTest.php @@ -227,7 +227,7 @@ class ProjectTest extends PHPUnit\Framework\TestCase * @param int $id Id of project * @return void * - * @depends testProjectClose + * @depends testProjectOther * The depends says test is run only if previous is ok */ public function testProjectDelete($id)