mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11620] Rename class_functions_test -> extract_page_test
Renaming this file because it is going to contain a large data provider, so I'd rather split this test out. PHPBB3-11620
This commit is contained in:
parent
e1d957c3ee
commit
9f156e9954
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
require_once dirname(__FILE__) . '/testable_facade.php';
|
||||
|
||||
class phpbb_session_class_functions_test extends phpbb_database_test_case
|
||||
class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||
{
|
||||
public $session_factory;
|
||||
public $db;
|
Loading…
Add table
Reference in a new issue