예제 #1
0
/**
 * Test if the value is falsy
 *
 * @param mixed  $actual
 * @param string $message
 * @throws AssertionError if the value is not false, null, 0, '', '0', ...
 */
function test_flight_assert_false($actual, string $message = '')
{
    \Cundd\TestFlight\Assert::assertFalse($actual, $message);
}