From ad9935b66659b6a95eaea55dfb0c512d799a7a9e Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 22 Jul 2018 10:52:06 -0700 Subject: [PATCH] Code cleanup --- tests/unit/e_arrayTest.php | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/tests/unit/e_arrayTest.php b/tests/unit/e_arrayTest.php index 778a85972..7598c9f48 100644 --- a/tests/unit/e_arrayTest.php +++ b/tests/unit/e_arrayTest.php @@ -26,12 +26,12 @@ } } - +/* public function testLoad() { } - +*/ public function testUnserialize() { // Buggy value test. @@ -67,26 +67,7 @@ } - - public function testWriteArray() - { - - } - - public function testReadArray() - { - - } - - public function testWrite() - { - - } - - public function testRead() - { - - } +/* public function testStore() { @@ -96,5 +77,5 @@ public function testSerialize() { - } + }*/ }