mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16237] remove fontawsome tests
PHPBB3-16237
This commit is contained in:
parent
6d7f535fa0
commit
277a5b4229
1 changed files with 0 additions and 12 deletions
|
@ -16,18 +16,6 @@
|
||||||
*/
|
*/
|
||||||
class phpbb_functional_forum_style_test extends phpbb_functional_test_case
|
class phpbb_functional_forum_style_test extends phpbb_functional_test_case
|
||||||
{
|
{
|
||||||
public function test_font_awesome_style()
|
|
||||||
{
|
|
||||||
$crawler = self::request('GET', 'viewtopic.php?t=1&f=2');
|
|
||||||
$this->assertContains('font-awesome.min', $crawler->filter('head > link[rel=stylesheet]')->eq(0)->attr('href'));
|
|
||||||
|
|
||||||
$crawler = self::request('GET', 'viewtopic.php?t=1');
|
|
||||||
$this->assertContains('font-awesome.min', $crawler->filter('head > link[rel=stylesheet]')->eq(0)->attr('href'));
|
|
||||||
|
|
||||||
$crawler = self::request('GET', 'viewtopic.php?t=1&view=next');
|
|
||||||
$this->assertContains('font-awesome.min', $crawler->filter('head > link[rel=stylesheet]')->eq(0)->attr('href'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function test_default_forum_style()
|
public function test_default_forum_style()
|
||||||
{
|
{
|
||||||
$crawler = self::request('GET', 'viewtopic.php?t=1&f=2');
|
$crawler = self::request('GET', 'viewtopic.php?t=1&f=2');
|
||||||
|
|
Loading…
Add table
Reference in a new issue