コード例 #1
0
ファイル: tests.php プロジェクト: Energeyser/projet_framework
function test_run_assertion()
{
    $name = $GLOBALS["limonade"]["test_case_current"];
    $GLOBALS["limonade"]["test_cases"][$name]['assertions']++;
    test_call_func(test_before_assert_func_name());
}
コード例 #2
0
ファイル: tests.php プロジェクト: nsystem1/leaderboard
function test_run_assertion()
{
    $name = $GLOBALS['limonade']['test_case_current'];
    $GLOBALS['limonade']['test_cases'][$name]['assertions']++;
    test_call_func(test_before_assert_func_name());
}