mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/13130] Fix tests
PHPBB3-13130
This commit is contained in:
@@ -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."
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user