Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../plugins/datatables-rowgroup/../jquery/../../../config/.././vendor/hamcrest/hamcrest-php/generator/parts
الملفات الموجودة في هذا الـ Path:
.
..
file_header.txt
functions_footer.txt
functions_header.txt
functions_imports.txt
matchers_footer.txt
matchers_header.txt
matchers_imports.txt

مشاهدة ملف: functions_header.txt

if (!function_exists('assertThat')) {
    /**
     * Make an assertion and throw {@link Hamcrest_AssertionError} if it fails.
     *
     * Example:
     * <pre>
     * //With an identifier
     * assertThat("assertion identifier", $apple->flavour(), equalTo("tasty"));
     * //Without an identifier
     * assertThat($apple->flavour(), equalTo("tasty"));
     * //Evaluating a boolean expression
     * assertThat("some error", $a > $b);
     * </pre>
     */
    function assertThat()
    {
        $args = func_get_args();
        call_user_func_array(
            array('Hamcrest\MatcherAssert', 'assertThat'),
            $args
        );
    }
}