From 5f8adabb6286fdcb0ff8a0ea5d1d58f40eef51f4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 27 Aug 2012 09:28:16 +0200 Subject: Add simple (constructor) tests for Framework classes --- tests/Framework/Charset.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/Framework/Charset.php (limited to 'tests/Framework/Charset.php') diff --git a/tests/Framework/Charset.php b/tests/Framework/Charset.php new file mode 100644 index 000000000..9e3fad4d3 --- /dev/null +++ b/tests/Framework/Charset.php @@ -0,0 +1,28 @@ +assertEquals(rcube_charset::clean($input), $output, $title); + } +} -- cgit v1.2.3