You are here

function ClassFinderTest::assertPublic in X Autoload 7.3

Parameters

bool $status:

string $message:

Return value

bool

Overrides PublicAssertInterface::assertPublic

File

tests/Drupal/xautoload/Tests/ClassFinderTest.php, line 72

Class

ClassFinderTest

Namespace

Drupal\xautoload\Tests

Code

function assertPublic($status, $message) {
  $this
    ->assertTrue($status, $message);
  return $status;
}