diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-04-26 12:56:41 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2017-04-26 12:56:41 +0200 |
commit | 4743ca8aa22e3a9235c3a388ed6864b2292729ed (patch) | |
tree | 07467d690a6d0c9e928be0de927b36d29dabe449 /Test/Unit | |
parent | d66c2b05a51cf688b02d5b41f3d5298e8227b008 (diff) | |
download | Ustring-4743ca8aa22e3a9235c3a388ed6864b2292729ed.zip Ustring-4743ca8aa22e3a9235c3a388ed6864b2292729ed.tar.gz Ustring-4743ca8aa22e3a9235c3a388ed6864b2292729ed.tar.bz2 |
Test: Remove `case_check_no_mbstring`.
Diffstat (limited to 'Test/Unit')
-rw-r--r-- | Test/Unit/Ustring.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Test/Unit/Ustring.php b/Test/Unit/Ustring.php index 4b257f0..92a3154 100644 --- a/Test/Unit/Ustring.php +++ b/Test/Unit/Ustring.php @@ -58,20 +58,6 @@ class Ustring extends Test\Unit\Suite ->isTrue(); } - public function case_check_no_mbstring() - { - $this - ->given( - $this->function->function_exists = function ($name) { - return 'mb_substr' !== $name; - } - ) - ->exception(function () { - new LUT(); - }) - ->isInstanceOf(LUT\Exception::class); - } - public function case_append_ltr() { $this |