You are here

function PublicAssertInterface::assertPublic in X Autoload 7.3

Parameters

bool $status:

string $message:

Return value

bool

2 methods override PublicAssertInterface::assertPublic()
ClassFinderTest::assertPublic in tests/Drupal/xautoload/Tests/ClassFinderTest.php
XAutoloadUnitTestCase::assertPublic in lib/Drupal/xautoload/Tests/XAutoloadUnitTestCase.php

File

lib/Drupal/xautoload/Tests/PublicAssertInterface.php, line 17

Class

PublicAssertInterface

Namespace

Drupal\xautoload\Tests

Code

function assertPublic($status, $message);