Skip to content

Commit 1525738

Browse files
committed
Update test files
1 parent 5f01532 commit 1525738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/data/app/data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function clean()
3030
protected static function load()
3131
{
3232
$data = file_get_contents(__DIR__.self::$filename);
33-
$data = $data ? unserialize($data) : $data = array();
33+
$data = $data ? unserialize($data) : array();
3434
if (!is_array($data)) $data = array();
3535
return $data;
3636
}

tests/data/app/db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a:0:{}
1+
a:4:{s:6:"params";a:0:{}s:5:"query";a:0:{}s:4:"form";a:4:{s:8:"wireless";s:5:"mouse";s:6:"coffee";s:1:"0";s:3:"tea";s:1:"1";s:7:"vanilla";s:2:"on";}s:5:"files";a:0:{}}

0 commit comments

Comments
 (0)