mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17195] Remove reference to travis
[skip ci] PHPBB3-17195
This commit is contained in:
parent
2803f04d35
commit
54ea9e0aef
1 changed files with 2 additions and 2 deletions
|
@ -142,8 +142,8 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
|||
*/
|
||||
public function test_login_redirect()
|
||||
{
|
||||
$this->markTestIncomplete('Session table contains incorrect data for controllers on travis,'
|
||||
. 'therefor the redirect fails.');
|
||||
$this->markTestIncomplete('Session table contains incorrect data for controllers on CI,'
|
||||
. 'therefore the redirect fails.');
|
||||
|
||||
$crawler = self::request('GET', 'app.php/foo/login_redirect');
|
||||
$this->assertContainsLang('LOGIN', $crawler->filter('h2')->text());
|
||||
|
|
Loading…
Add table
Reference in a new issue