This commit is contained in:
Frédéric FRANCE
2020-11-25 18:45:25 +01:00
committed by GitHub
parent 64e9944472
commit f333dffa4b

View File

@@ -168,7 +168,7 @@ class MyObjectTest extends \PHPUnit_Framework_TestCase
* testMyObjectDelete
*
* @param int $id Id of object
* @return void
* @return int
*
* @depends testMyObjectCreate
* The depends says test is run only if previous is ok