mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add newlines to tests. [skip ci]
This commit is contained in:
parent
b7752928a4
commit
a616e06f9d
@ -298,4 +298,4 @@ class AttachmentControllerTest extends TestCase
|
||||
//$response = $this->post('/api/v1/attachments/' . $attachment->id . '/upload',$content, ['Accept' => 'application/json']);
|
||||
$response->assertStatus(204);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -186,4 +186,4 @@ class AvailableBudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -172,4 +172,4 @@ class BudgetControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -329,4 +329,4 @@ class BudgetLimitControllerTest extends TestCase
|
||||
$response->assertSee('Unknown budget.');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -174,4 +174,4 @@ class CategoryControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -182,4 +182,4 @@ class ConfigurationControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -102,4 +102,4 @@ class CurrencyExchangeRateControllerTest extends TestCase
|
||||
);
|
||||
$response->assertHeader('Content-Type', 'application/vnd.api+json');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -236,4 +236,4 @@ class JournalLinkControllerTest extends TestCase
|
||||
$response->assertSee($journalLink->created_at->toAtomString()); // the creation moment.
|
||||
$response->assertHeader('Content-Type', 'application/vnd.api+json');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -197,4 +197,4 @@ class LinkTypeControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -1628,4 +1628,4 @@ class RecurrenceControllerTest extends TestCase
|
||||
$response->assertHeader('Content-Type', 'application/vnd.api+json');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -35,4 +35,4 @@ class FakeApiContext
|
||||
return json_encode(['a' => 'b']);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -189,4 +189,4 @@ class SpectreJobConfigurationTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -215,4 +215,4 @@ class BunqPrerequisitesTest extends TestCase
|
||||
$this->assertEquals('Some exception', $messages->first());
|
||||
$this->assertCount(1, $messages);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -242,4 +242,4 @@ class SpectrePrerequisitesTest extends TestCase
|
||||
$this->assertEquals(0, $object->storePrerequisites($data)->count());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -114,4 +114,4 @@ class BunqRoutineTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -226,4 +226,4 @@ class SpectreRoutineTest extends TestCase
|
||||
$this->assertTrue(false, $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -444,4 +444,4 @@ class ChooseAccountsHandlerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -62,4 +62,4 @@ class NewBunqJobHandlerTest extends TestCase
|
||||
$this->assertTrue($handler->configurationComplete());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -182,4 +182,4 @@ class ConfigureUploadHandlerTest extends TestCase
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -302,4 +302,4 @@ class NewFileJobHandlerTest extends TestCase
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -656,4 +656,4 @@ class ChooseAccountsHandlerTest extends TestCase
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -271,4 +271,4 @@ class ChooseLoginHandlerTest extends TestCase
|
||||
$this->assertEquals(['logins' => [$login]], $handler->getNextData());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -103,4 +103,4 @@ class DoAuthenticateHandlerTest extends TestCase
|
||||
$this->assertEquals(['token-url' => $token->getConnectUrl()], $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -745,4 +745,4 @@ class ImportTransactionTest extends TestCase
|
||||
$this->assertEquals('a', $importTransaction->tags[0]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -502,4 +502,4 @@ class StageImportDataHandlerTest extends TestCase
|
||||
//$this->assertEquals($expectedTransactions, $transactions);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -314,4 +314,4 @@ class StageNewHandlerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -182,4 +182,4 @@ class AssetAccountMapperTest extends TestCase
|
||||
$this->assertEquals($expected->id, $result->id);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -82,4 +82,4 @@ class CSVProcessorTest extends TestCase
|
||||
}
|
||||
$this->assertEquals([], $result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -168,4 +168,4 @@ class CurrencyMapperTest extends TestCase
|
||||
$this->assertNull($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -536,4 +536,4 @@ class ImportableConverterTest extends TestCase
|
||||
$this->assertEquals([], $result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@ class ImportableCreatorTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -99,4 +99,4 @@ class LineReaderTest extends TestCase
|
||||
$this->assertEquals($specifics, $lines);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -124,4 +124,4 @@ class MappedValuesValidatorTest extends TestCase
|
||||
return $obj;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -151,4 +151,4 @@ class MappingConvergerTest extends TestCase
|
||||
$this->assertEquals(0, $result[1][0]->getMappedValue()); // value of mapping is 0.
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -216,4 +216,4 @@ class OpposingAccountMapperTest extends TestCase
|
||||
$mapper->map(null, $amount, []);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -447,4 +447,4 @@ class StageAuthenticatedHandlerTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -634,4 +634,4 @@ class StageImportDataHandlerTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -367,4 +367,4 @@ class StageNewHandlerTest extends TestCase
|
||||
$this->assertTrue(false, $e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user