Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
393fb6ede7
@ -67,7 +67,7 @@ class TaxesTest extends FeatureTestCase
|
||||
'company_id' => $this->company->id,
|
||||
'name' => $this->faker->text(15),
|
||||
'rate' => $this->faker->randomFloat(2, 10, 20),
|
||||
'type' => 'Normal',
|
||||
'type' => $this->faker->randomElement(['normal', 'inclusive', 'compound']),
|
||||
'enabled' => $this->faker->boolean ? 1 : 0
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user