mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12818] Use assertGreaterThanOrEqual in the tests
PHPBB3-12818
This commit is contained in:
parent
de1da3170c
commit
8de8cbab5e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class phpbb_functional_mcp_test extends phpbb_functional_test_case
|
|||
{
|
||||
$this->login();
|
||||
$crawler = self::request('GET', "mcp.php?i=mcp_logs&mode=front&sid={$this->sid}");
|
||||
$this->assertCount(1, $crawler->filter('input[type=checkbox]'));
|
||||
$this->assertGreaterThanOrEqual(1, $crawler->filter('input[type=checkbox]')->count());
|
||||
|
||||
$this->add_lang('mcp');
|
||||
$form = $crawler->selectButton($this->lang('DELETE_ALL'))->form();
|
||||
|
|
Loading…
Add table
Reference in a new issue