diff options
author | wei <> | 2006-11-28 23:34:00 +0000 |
---|---|---|
committer | wei <> | 2006-11-28 23:34:00 +0000 |
commit | f4925fce58f1827515ced2c32bb12f2aa977a1f2 (patch) | |
tree | b577eaaf872cd9d640f3ea8783fb4c898ca0ca57 /tests/test_tools/simpletest/simple_test.php | |
parent | 51fe975484bb4d1e8e63f4438c1c8e7f1b41c5df (diff) |
Make simpletest E_STRICT compatible
Diffstat (limited to 'tests/test_tools/simpletest/simple_test.php')
-rw-r--r-- | tests/test_tools/simpletest/simple_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/simpletest/simple_test.php b/tests/test_tools/simpletest/simple_test.php index 82d50ec0..ddc35b7f 100644 --- a/tests/test_tools/simpletest/simple_test.php +++ b/tests/test_tools/simpletest/simple_test.php @@ -267,7 +267,7 @@ * @access public * @static */ - function getSize() { + static function getSize() { return 1; } } |