Revision 7fe78e85
Von Sven Schöling vor fast 2 Jahren hinzugefügt
t/db/price_rule.t | ||
---|---|---|
343 | 343 |
searchable => 0, |
344 | 344 |
includeable => 0, |
345 | 345 |
included_by_default => 0, |
346 |
flags => '', |
|
346 | 347 |
)->save->load; |
347 | 348 |
|
348 | 349 |
my $customer = new_customer()->save->load; |
... | ... | |
388 | 389 |
searchable => 0, |
389 | 390 |
includeable => 0, |
390 | 391 |
included_by_default => 0, |
392 |
flags => '', |
|
391 | 393 |
)->save->load; |
392 | 394 |
|
393 | 395 |
my $price_rule = SL::DB::PriceRule->new( |
... | ... | |
419 | 421 |
} |
420 | 422 |
} |
421 | 423 |
|
424 |
reset_db(); |
|
422 | 425 |
|
423 | 426 |
done_testing(); |
Auch abrufbar als: Unified diff
PriceRule: Warnings und Test-Folgefehler