From 8cabcdafa2641e9bddde2ca2db8c62f8f95536f5 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 14 Oct 2009 07:49:38 -0400 Subject: [PATCH] test stub --- test/WhatDidTheySayAdminTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/WhatDidTheySayAdminTest.php b/test/WhatDidTheySayAdminTest.php index acf4490..345722a 100644 --- a/test/WhatDidTheySayAdminTest.php +++ b/test/WhatDidTheySayAdminTest.php @@ -61,6 +61,10 @@ class WhatDidTheySayAdminTest extends PHPUnit_Framework_TestCase { 'change_languages' => 'reader' ), $result['capabilities']); } + + function testHandleUpdateLanguages() { + $this->markTestIncomplete(); + } } ?> \ No newline at end of file