diff options
author | xue <> | 2006-12-01 12:28:55 +0000 |
---|---|---|
committer | xue <> | 2006-12-01 12:28:55 +0000 |
commit | 17f49a9bc71d88c9b3e2f31a161f3689c136ac16 (patch) | |
tree | fc77b9c75927cd56281417843a318e85c39ce729 /tests/test_tools/simpletest/simple_test.php | |
parent | 074032e0270ae70eed481a082158dc9554aaa1db (diff) |
merge from 3.0 branch till 1531.
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; } } |