test stub
This commit is contained in:
parent
5a44c08527
commit
8cabcdafa2
|
@ -61,6 +61,10 @@ class WhatDidTheySayAdminTest extends PHPUnit_Framework_TestCase {
|
|||
'change_languages' => 'reader'
|
||||
), $result['capabilities']);
|
||||
}
|
||||
|
||||
function testHandleUpdateLanguages() {
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in New Issue