mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13645] Move the feeds to controllers
PHPBB3-13645
This commit is contained in:
committed by
Tristan Darricau
parent
f56fe0ba8d
commit
8e5e954438
@@ -48,7 +48,7 @@ class phpbb_functional_browse_test extends phpbb_functional_test_case
|
||||
|
||||
public function test_feed()
|
||||
{
|
||||
$crawler = self::request('GET', 'feed.php', array(), false);
|
||||
$crawler = self::request('GET', 'app.php/feed', array(), false);
|
||||
self::assert_response_xml();
|
||||
$this->assertGreaterThan(0, $crawler->filter('entry')->count());
|
||||
}
|
||||
|
Reference in New Issue
Block a user