Andreas von Burg 3 năm trước cách đây
mục cha
commit
6968d474f5

+ 0 - 1
src-php/test/internship/controller/ArticleControllerTest.php

@@ -33,7 +33,6 @@ class ArticleControllerTest extends TestCase {
 				->get(['api', 'articles'])
 				->exec();
 
-
 		$articleStructs = $response->parseJson();
 		$this->assertCount(3, $articleStructs);