Revision 6fbd8a07
Von Sven Schöling vor etwa 2 Jahren hinzugefügt
| t/db/price_rule.t | ||
|---|---|---|
|
searchable => 0,
|
||
|
includeable => 0,
|
||
|
included_by_default => 0,
|
||
|
flags => '',
|
||
|
)->save->load;
|
||
|
|
||
|
my $customer = new_customer()->save->load;
|
||
| ... | ... | |
|
searchable => 0,
|
||
|
includeable => 0,
|
||
|
included_by_default => 0,
|
||
|
flags => '',
|
||
|
)->save->load;
|
||
|
|
||
|
my $price_rule = SL::DB::PriceRule->new(
|
||
| ... | ... | |
|
}
|
||
|
}
|
||
|
|
||
|
reset_db();
|
||
|
|
||
|
done_testing();
|
||
Auch abrufbar als: Unified diff
PriceRule: Warnings und Test-Folgefehler