From 10288d9d5f5faf4d87cdce8924d89734eee1169f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 24 Sep 2018 15:37:44 +0200 Subject: Remove unused even_odd function Signed-off-by: Florian Pritz --- application/test/tests/test_filebin_helper.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'application/test/tests/test_filebin_helper.php') diff --git a/application/test/tests/test_filebin_helper.php b/application/test/tests/test_filebin_helper.php index fb5df9f84..2f2895ddb 100644 --- a/application/test/tests/test_filebin_helper.php +++ b/application/test/tests/test_filebin_helper.php @@ -80,14 +80,6 @@ class test_filebin_helper extends \test\Test { $this->t->is(format_bytes(1500*1024*1024*1024*1024*1024), "1500.00PiB", "1500.00PiB"); } - public function test_even_odd() - { - $this->t->is(even_odd(true), "odd", "odd after reset"); - $this->t->is(even_odd(), "even", "even"); - $this->t->is(even_odd(), "odd", "odd"); - $this->t->is(even_odd(true), "odd", "odd after reset"); - } - public function test_mb_str_pad() { $this->t->is(mb_str_pad('test', 6), 'test ', 'Simple test with length=6'); -- cgit v1.2.3-24-g4f1b