Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
cuneytsenturk 2018-11-12 11:13:37 +03:00
commit 393fb6ede7

View File

@ -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
];
}