This commit is contained in:
Frédéric FRANCE 2020-11-25 18:45:25 +01:00 committed by GitHub
parent 64e9944472
commit f333dffa4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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