mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-01 21:27:55 +02:00
[ticket/13130] Fix tests
PHPBB3-13130
This commit is contained in:
parent
03a1c7ed2e
commit
a712d8a3b3
@ -934,8 +934,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
*/
|
||||
public function assert_checkbox_is_unchecked($crawler, $name, $message = '')
|
||||
{
|
||||
$this->assertSame(
|
||||
'',
|
||||
$this->assertNull(
|
||||
$this->assert_find_one_checkbox($crawler, $name)->attr('checked'),
|
||||
$message ?: "Failed asserting that checkbox $name is unchecked."
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user