You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hakre 03b634d114 Prevent fatal error on missing symlink() function in tests
The testsuite didn't run through for me because the php symlink() function
was missing.

It is only available on Windows Visa/Server 2008 or higher.

This commit fixes the issue by checking if the method exists, and if not,
marks the test as skipped because of a non-matching precondition.
9 years ago
..
Composer Prevent fatal error on missing symlink() function in tests 9 years ago
bootstrap.php Make sure a good timezone is set, fixes #2899 10 years ago
complete.phpunit.xml Rename tests/phpunit.xml.dist for clarity 12 years ago