예제 #1
0
/**
 * Test if the assertion is true
 *
 * @param mixed  $assertion
 * @param string $message
 */
function test_flight_assert($assertion, string $message = '')
{
    \Cundd\TestFlight\Assert::assert($assertion, $message);
}