Revision 6d9c7f67
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
t/shop/shop_order.t | ||
---|---|---|
sub save_shorcontroller_to_string {
|
||
|
||
my $output;
|
||
open(my $outputFH, '<', \$output) or die "OUTPUT";
|
||
open(my $outputFH, '>', \$output) or die "OUTPUT";
|
||
my $oldFH = select $outputFH;
|
||
my $shor_controller = SL::Controller::ShopOrder->new;
|
||
$shor_controller->action_transfer;
|
Auch abrufbar als: Unified diff
t/ship/ship_order.t: Fake STDOUT muss schreibbar sein.