mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/13803] Added get_max_id() tests
PHPBB3-13803
This commit is contained in:
@@ -32,6 +32,12 @@ abstract class phpbb_textreparser_test_row_based_plugin extends phpbb_database_t
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
public function test_get_max_id()
|
||||
{
|
||||
$reparser = $this->get_reparser();
|
||||
$this->assertEquals(1000, $reparser->get_max_id());
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider getReparseTests
|
||||
*/
|
||||
|
Reference in New Issue
Block a user