parenthesis incorrectly set
This commit is contained in:
parent
56ea5c0a52
commit
ab4f3d62ac
|
|
@ -20,7 +20,7 @@ class TaxCest
|
|||
|
||||
public function _before(UnitTester $I)
|
||||
{
|
||||
$country = strtoupper(Config::get('app.default_country') ?? 'DE');
|
||||
$country = strtoupper(Config::get('app.default_country')) ?? 'DE';
|
||||
|
||||
$tax1 = $I->have(TaxRate::class, [
|
||||
'country' => $country,
|
||||
|
|
|
|||
Loading…
Reference in New Issue