mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11620] Expected and actual test conditions wrongly swapped
PHPBB3-11620
This commit is contained in:
parent
9dbd42e945
commit
9d38ded228
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ class phpbb_session_create_test extends phpbb_session_test_case
|
||||||
self::bot('user agent', 13, '127.0.0.1'),
|
self::bot('user agent', 13, '127.0.0.1'),
|
||||||
''
|
''
|
||||||
);
|
);
|
||||||
$this->assertEquals($output->data['is_bot'], true, 'should be a bot');
|
$this->assertEquals(true, $output->data['is_bot'] , 'should be a bot');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue