mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Add newlines to tests. [skip ci]
This commit is contained in:
@@ -125,4 +125,4 @@ class CreateControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -91,4 +91,4 @@ class DeleteControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -169,4 +169,4 @@ class EditControllerTest extends TestCase
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -239,4 +239,4 @@ class ShowControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -219,4 +219,4 @@ class AmountControllerTest extends TestCase
|
||||
$response = $this->get(route('budgets.income', ['2017-01-01', '2017-01-31']));
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -92,4 +92,4 @@ class CreateControllerTest extends TestCase
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -82,4 +82,4 @@ class DeleteControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -91,4 +91,4 @@ class EditControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -234,4 +234,4 @@ class IndexControllerTest extends TestCase
|
||||
// has bread crumb
|
||||
$response->assertSee('<ol class="breadcrumb">');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -262,4 +262,4 @@ class ShowControllerTest extends TestCase
|
||||
// has bread crumb
|
||||
$response->assertSee('<ol class="breadcrumb">');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -172,4 +172,4 @@ class NoCategoryControllerTest extends TestCase
|
||||
// has bread crumb
|
||||
$response->assertSee('<ol class="breadcrumb">');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -233,4 +233,4 @@ class ShowControllerTest extends TestCase
|
||||
$response->assertSee('<ol class="breadcrumb">');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -119,4 +119,4 @@ class ReconcileControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -166,4 +166,4 @@ class CreateControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -75,4 +75,4 @@ class DeleteControllerTest extends TestCase
|
||||
$response->assertSessionHas('success');
|
||||
$response->assertRedirect(route('index'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -135,4 +135,4 @@ class EditControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -186,4 +186,4 @@ class SelectControllerTest extends TestCase
|
||||
$response = $this->get($uri);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user