Skip to content
Snippets Groups Projects
Commit a5f0f2e7 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #11931 TIME 0:10 update syntax on tags unit tests

parent 9e42637a
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ class TagControllerTest extends TestCase ...@@ -70,7 +70,7 @@ class TagControllerTest extends TestCase
$this->assertSame('Body label is empty or not a string', $responseBody->errors); $this->assertSame('Body label is empty or not a string', $responseBody->errors);
} }
public function testGet() public function testGetById()
{ {
$tagController = new \Tag\controllers\TagController(); $tagController = new \Tag\controllers\TagController();
...@@ -155,7 +155,7 @@ class TagControllerTest extends TestCase ...@@ -155,7 +155,7 @@ class TagControllerTest extends TestCase
$this->assertSame(400, $response->getStatusCode()); $this->assertSame(400, $response->getStatusCode());
} }
public function testGetList() public function testGet()
{ {
$tagController = new \Tag\controllers\TagController(); $tagController = new \Tag\controllers\TagController();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment