mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add newlines to tests. [skip ci]
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user