1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Code cleanup

This commit is contained in:
Cameron
2018-07-22 10:52:06 -07:00
parent 1c473c96b9
commit ad9935b666

View File

@@ -26,12 +26,12 @@
} }
} }
/*
public function testLoad() public function testLoad()
{ {
} }
*/
public function testUnserialize() public function testUnserialize()
{ {
// Buggy value test. // Buggy value test.
@@ -67,26 +67,7 @@
} }
/*
public function testWriteArray()
{
}
public function testReadArray()
{
}
public function testWrite()
{
}
public function testRead()
{
}
public function testStore() public function testStore()
{ {
@@ -96,5 +77,5 @@
public function testSerialize() public function testSerialize()
{ {
} }*/
} }