X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/hamcrest/hamcrest-php/generator/parts
home
/
prisjneg
/
public_html
/
vendor
/
hamcrest
/
hamcrest-php
/
generator
/
parts
/
📁
..
📄
file_header.txt
(120 B)
📄
functions_footer.txt
(0 B)
📄
functions_header.txt
(654 B)
📄
functions_imports.txt
(0 B)
📄
matchers_footer.txt
(2 B)
📄
matchers_header.txt
(86 B)
📄
matchers_imports.txt
(20 B)
Editing: 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 ); } }
Upload File
Create Folder