1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11528] Change NULL to null

PHPBB3-11528
This commit is contained in:
Dhruv
2014-06-19 02:52:11 +05:30
parent a92c1d1ec0
commit f0e115fdcc

View File

@@ -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);