Make Ogone.t test for its own name.
This commit is contained in:
parent
22ea557532
commit
6d393fe269
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ cmp_deeply (
|
|||
'getName requires a session object passed to it',
|
||||
);
|
||||
|
||||
is (WebGUI::Shop::PayDriver->getName($session), 'Payment Driver', 'getName returns the human readable name of this driver');
|
||||
is (WebGUI::Shop::PayDriver::Ogone->getName($session), 'Ogone', 'getName returns the human readable name of this driver');
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue