mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Add newlines and copyright notices.
This commit is contained in:
@@ -104,4 +104,4 @@ class CallbackControllerTest extends TestCase
|
||||
$response->assertStatus(200);
|
||||
$response->assertSee('You Need A Budget did not reply with a valid authorization code. Firefly III cannot continue.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -361,4 +361,4 @@ class RecurrenceControllerTest extends TestCase
|
||||
|
||||
$response->assertExactJson($expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -468,4 +468,4 @@ class CreateControllerTest extends TestCase
|
||||
$response->assertStatus(302);
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -80,4 +80,4 @@ class DeleteControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -146,4 +146,4 @@ class EditControllerTest extends TestCase
|
||||
$response->assertSessionHas('success');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -126,4 +126,4 @@ class IndexControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -114,4 +114,4 @@ class CronControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user