test stub

This commit is contained in:
John Bintz 2009-10-14 07:49:38 -04:00
parent 5a44c08527
commit 8cabcdafa2
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ class WhatDidTheySayAdminTest extends PHPUnit_Framework_TestCase {
'change_languages' => 'reader' 'change_languages' => 'reader'
), $result['capabilities']); ), $result['capabilities']);
} }
function testHandleUpdateLanguages() {
$this->markTestIncomplete();
}
} }
?> ?>