ソースを参照

Fix phpunit dependency

Laurent Destailleur 4 年 前
コミット
0807650311
1 ファイル変更1 行追加1 行削除
  1. 1 1
      test/phpunit/ProjectTest.php

+ 1 - 1
test/phpunit/ProjectTest.php

@@ -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)