diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-06-19 02:52:11 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-06-23 01:26:22 +0530 |
commit | f0e115fdccad7b4636d506ec5ed85a8eca301317 (patch) | |
tree | c27f19b64a191d836b064d40d1505f99ea3e27b9 /tests/test_framework | |
parent | a92c1d1ec0a660f5e2758a9865592d7f7ed0b76e (diff) | |
download | forums-f0e115fdccad7b4636d506ec5ed85a8eca301317.tar forums-f0e115fdccad7b4636d506ec5ed85a8eca301317.tar.gz forums-f0e115fdccad7b4636d506ec5ed85a8eca301317.tar.bz2 forums-f0e115fdccad7b4636d506ec5ed85a8eca301317.tar.xz forums-f0e115fdccad7b4636d506ec5ed85a8eca301317.zip |
[ticket/11528] Change NULL to null
PHPBB3-11528
Diffstat (limited to 'tests/test_framework')
-rw-r--r-- | tests/test_framework/phpbb_mink_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_mink_test_case.php b/tests/test_framework/phpbb_mink_test_case.php index 23b56eb91a..93b7beea99 100644 --- a/tests/test_framework/phpbb_mink_test_case.php +++ b/tests/test_framework/phpbb_mink_test_case.php @@ -22,7 +22,7 @@ abstract class phpbb_mink_test_case extends phpbb_test_case static protected $config = array(); static protected $root_url; - public function __construct($name = NULL, array $data = array(), $dataName = '') + public function __construct($name = null, array $data = array(), $dataName = '') { parent::__construct($name, $data, $dataName); |