Andreas von Burg 3 년 전
부모
커밋
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);