From aab481efddce9501b125e995d82c50f03e08d6e7 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 21 Mar 2010 19:04:22 +0000 Subject: Building libs for Mailman and PhpBB3. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6625 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/PhpBB3LibTest.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 test/PhpBB3LibTest.php (limited to 'test/PhpBB3LibTest.php') diff --git a/test/PhpBB3LibTest.php b/test/PhpBB3LibTest.php new file mode 100644 index 0000000..cfad41f --- /dev/null +++ b/test/PhpBB3LibTest.php @@ -0,0 +1,50 @@ +setExpectedException($ex); + $run = 'get_user_id("' . $from . '")'; + $this->assertEquals($expected, $this->exec_kludge($run)); + } + + public function provider_get_user_id() { + return array( + array('bogus', null, 'PHPUnit_Framework_Error'), + array('uckelman@nomic.net', 2, null) + ); + } +} -- cgit v1.2.3