From b513cf57d0f8963d7990ca5487e70498e7c94ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 31 Aug 2018 21:44:54 +0200 Subject: [PATCH] function Comment Missing --- test/phpunit/RestAPIUserTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/phpunit/RestAPIUserTest.php b/test/phpunit/RestAPIUserTest.php index 40153f2cffd..5fdf4e92f74 100644 --- a/test/phpunit/RestAPIUserTest.php +++ b/test/phpunit/RestAPIUserTest.php @@ -173,6 +173,11 @@ class RestAPIUserTest extends PHPUnit_Framework_TestCase $this->assertEquals(1, $object['statut']); } + /** + * testRestCreateUser + * + * @return void + */ public function testRestCreateUser() {