mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Quote to project
This commit is contained in:
parent
d403da6cd9
commit
e95825b9f3
@ -75,7 +75,7 @@ class QuoteTest extends TestCase
|
|||||||
[
|
[
|
||||||
'type_id' => 2,
|
'type_id' => 2,
|
||||||
'unit_cost' => 200,
|
'unit_cost' => 200,
|
||||||
'quantity' => 1,
|
'quantity' => 2,
|
||||||
'notes' => 'Test200',
|
'notes' => 'Test200',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
@ -99,7 +99,7 @@ class QuoteTest extends TestCase
|
|||||||
|
|
||||||
$p = $q->service()->convertToProject();
|
$p = $q->service()->convertToProject();
|
||||||
|
|
||||||
$this->assertEquals(2, $p->budgeted_hours);
|
$this->assertEquals(3, $p->budgeted_hours);
|
||||||
$this->assertEquals(2, $p->tasks()->count());
|
$this->assertEquals(2, $p->tasks()->count());
|
||||||
|
|
||||||
$t = $p->tasks()->where('description', 'Test200')->first();
|
$t = $p->tasks()->where('description', 'Test200')->first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user