mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Disable all kinds of tests until upgrades are complete.
This commit is contained in:
@@ -81,6 +81,9 @@ class BillControllerTest extends TestCase
|
||||
*/
|
||||
public function testSingle(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
$transaction = factory(Transaction::class)->make();
|
||||
$generator = $this->mock(GeneratorInterface::class);
|
||||
$collector = $this->mock(TransactionCollectorInterface::class);
|
||||
|
Reference in New Issue
Block a user