Completed
Pull Request — master (#151)
by Zac
14:02
created
src/ResultBundle/Tests/E2E/ViewTestTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,8 @@
 block discarded – undo
83 83
         $this->assertFalse($this->getActionItem(3)->isDisplayed());
84 84
     }
85 85
     
86
-    public function testEditDeleteAndRunAsAdmin() {
86
+    public function testEditDeleteAndRunAsAdmin()
87
+    {
87 88
         $this->logInAsUser('user-3');
88 89
         $this->clickThroughToTest(1);
89 90
 
Please login to merge, or discard this patch.