You are here

public function FontAwesomeTestCase::testLink in Font Awesome Icons 7.2

Testing of CDN link.

File

tests/fontawesome.test, line 44
Test class for the Font Awesome module.

Class

FontAwesomeTestCase
@file Test class for the Font Awesome module.

Code

public function testLink() {
  $this
    ->drupalGet('https:' . FONTAWESOME_CDN_URL);
  $this
    ->assertResponse(200);
}