Andreas von Burg 3 лет назад
Родитель
Сommit
6968d474f5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src-php/test/internship/controller/ArticleControllerTest.php

+ 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);