diff options
Diffstat (limited to 'tests/session/testable_factory.php')
| -rw-r--r-- | tests/session/testable_factory.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/session/testable_factory.php b/tests/session/testable_factory.php index 6f8b49122b..d381b4cbbd 100644 --- a/tests/session/testable_factory.php +++ b/tests/session/testable_factory.php @@ -120,10 +120,10 @@ class phpbb_session_testable_factory  	/**  	* Check if the cache used for the generated session contains correct data.  	* -	* @param PHPUnit_Framework_Assert $test The test case to call assert methods +	* @param PHPUnit\Framework\Assert $test The test case to call assert methods  	*                                       on  	*/ -	public function check(PHPUnit_Framework_Assert $test) +	public function check(PHPUnit\Framework\Assert $test)  	{  		$this->cache->check($test, $this->get_cache_data());  	} | 
