mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13130] Fix tests
PHPBB3-13130
This commit is contained in:
parent
03a1c7ed2e
commit
a712d8a3b3
1 changed files with 1 additions and 2 deletions
|
@ -934,8 +934,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||||
*/
|
*/
|
||||||
public function assert_checkbox_is_unchecked($crawler, $name, $message = '')
|
public function assert_checkbox_is_unchecked($crawler, $name, $message = '')
|
||||||
{
|
{
|
||||||
$this->assertSame(
|
$this->assertNull(
|
||||||
'',
|
|
||||||
$this->assert_find_one_checkbox($crawler, $name)->attr('checked'),
|
$this->assert_find_one_checkbox($crawler, $name)->attr('checked'),
|
||||||
$message ?: "Failed asserting that checkbox $name is unchecked."
|
$message ?: "Failed asserting that checkbox $name is unchecked."
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue