mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
cleaning up logging in tests
This commit is contained in:
parent
607a47ffd9
commit
6c8e106959
@ -49,9 +49,9 @@ class ExampleIntegrationTest extends TestCase
|
||||
->design(Playful::class)
|
||||
->build();
|
||||
|
||||
exec('echo "" > storage/logs/laravel.log');
|
||||
// exec('echo "" > storage/logs/laravel.log');
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
@ -145,9 +145,9 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Business::class)
|
||||
->build();
|
||||
|
||||
exec('echo "" > storage/logs/laravel.log');
|
||||
// exec('echo "" > storage/logs/laravel.log');
|
||||
|
||||
info($maker->getCompiledHTML());
|
||||
// info($maker->getCompiledHTML());
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -256,7 +256,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Clean::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -369,7 +369,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Modern::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML());
|
||||
// info($maker->getCompiledHTML());
|
||||
|
||||
//exec('echo "" > storage/logs/laravel.log');
|
||||
|
||||
@ -486,7 +486,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Bold::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML());
|
||||
// info($maker->getCompiledHTML());
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -591,9 +591,9 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Plain::class)
|
||||
->build();
|
||||
|
||||
exec('echo "" > storage/logs/laravel.log');
|
||||
// exec('echo "" > storage/logs/laravel.log');
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -702,7 +702,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Hipster::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -815,7 +815,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Elegant::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -929,7 +929,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->build();
|
||||
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
@ -1035,7 +1035,7 @@ class PdfMakerDesignsTest extends TestCase
|
||||
->design(Playful::class)
|
||||
->build();
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
@ -367,9 +367,9 @@ class PdfMakerTest extends TestCase
|
||||
->design(ExampleDesign::class)
|
||||
->build();
|
||||
|
||||
exec('echo "" > storage/logs/laravel.log');
|
||||
// exec('echo "" > storage/logs/laravel.log');
|
||||
|
||||
info($maker->getCompiledHTML(true));
|
||||
// info($maker->getCompiledHTML(true));
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
@ -226,7 +226,7 @@ class CompanyLedgerTest extends TestCase
|
||||
|
||||
$payment_ledger = $payment->company_ledger->sortByDesc('id')->first();
|
||||
|
||||
info($payment->client->balance);
|
||||
//info($payment->client->balance);
|
||||
|
||||
$this->assertEquals($payment->client->balance, $payment_ledger->balance);
|
||||
$this->assertEquals($payment->client->paid_to_date, 10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user