From 57304870a588714b092b7ab53c0f1b3fda75dd83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 28 Nov 2011 17:14:08 +0100 Subject: [PATCH] Unit test for name functions. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- ut/nametest.php | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ut/nametest.php diff --git a/ut/nametest.php b/ut/nametest.php new file mode 100644 index 0000000..c85da5c --- /dev/null +++ b/ut/nametest.php @@ -0,0 +1,68 @@ +assertEquals($test, $capitalized_name); + $this->assertEquals(build_sort_name('', $test), $sort_name); + } +} + +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +?> -- 2.1.4