You are here

public function FontAwesomeTestCase::testDownload in Font Awesome Icons 7.2

Testing of download link.

File

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

Class

FontAwesomeTestCase
@file Test class for the Font Awesome module.

Code

public function testDownload() {
  $this
    ->drupalGet(FONTAWESOME_DOWNLOAD_URL);
  $this
    ->assertResponse(200);
}