public function CheckTest::testChecksExist in Security Review 8
Tests whether $checks is empty.
File
- tests/
src/ Kernel/ CheckTest.php, line 56
Class
- CheckTest
- Contains tests for Checks.
Namespace
Drupal\Tests\security_review\KernelCode
public function testChecksExist() {
$this
->assertFalse(empty($this->checks), 'Checks found.');
}