Update tests for changes to skipNotification.
This commit is contained in:
parent
924686b8eb
commit
fc68756975
2 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ok(
|
|||
#----------------------------------------------------------------------------
|
||||
# skip notification
|
||||
ok( !$wiki->get('skipNotification'), 'skipNotification defaults to false' );
|
||||
$wiki->setSkipNotification(1);
|
||||
$wiki->setSkipNotification();
|
||||
ok( $wiki->get('skipNotification'), 'setSkipNotification sets skipNotification' );
|
||||
|
||||
# add revision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue