Completed
Push — bug/414-up-button-leaves-readp... ( 65711c )
by Michael
05:47
created
www/src/DembeloMain/IntegrationTests/Controller/DefaultControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
         $client = static::createClient();
50 50
 
51
-        $client->request('GET', '/themenfeld/'.$topic->getId());
51
+        $client->request('GET', '/themenfeld/' . $topic->getId());
52 52
 
53 53
         $response = $client->getResponse();
54 54
 
Please login to merge, or discard this patch.
src/AdminBundle/IntegrationTests/Controller/ImportfileControllerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
      */
49 49
     public function testImportAction(): void
50 50
     {
51
-        $teststorySourcePath = __DIR__.'/../Fixtures/teststory.html';
51
+        $teststorySourcePath = __DIR__ . '/../Fixtures/teststory.html';
52 52
         @mkdir(self::TMP_PATH);
53
-        $teststoryPath = self::TMP_PATH.'teststory.html';
53
+        $teststoryPath = self::TMP_PATH . 'teststory.html';
54 54
         copy($teststorySourcePath, $teststoryPath);
55 55
 
56 56
         $licensee = new Licensee();
Please login to merge, or discard this patch.