mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Test cleanup
This commit is contained in:
parent
94e371e6cb
commit
74701e8b70
@ -61,19 +61,19 @@ class ImportTest extends TestCase
|
||||
$this->assertTrue($status);
|
||||
}
|
||||
|
||||
public function testAllImport()
|
||||
{
|
||||
// public function testAllImport()
|
||||
// {
|
||||
|
||||
$this->invoice->forceDelete();
|
||||
$this->quote->forceDelete();
|
||||
// $this->invoice->forceDelete();
|
||||
// $this->quote->forceDelete();
|
||||
|
||||
$this->user->setCompany($this->company);
|
||||
auth()->login($this->user, true);
|
||||
// $this->user->setCompany($this->company);
|
||||
// auth()->login($this->user, true);
|
||||
|
||||
Import::dispatchNow($this->migration_array, $this->company, $this->user);
|
||||
// Import::dispatchNow($this->migration_array, $this->company, $this->user);
|
||||
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
// $this->assertTrue(true);
|
||||
// }
|
||||
|
||||
// public function testExceptionOnUnavailableResource()
|
||||
// {
|
||||
|
Loading…
x
Reference in New Issue
Block a user