1
0
Fork 0
composer/tests
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.
2015-03-19 14:42:13 +01:00
..
Composer Prevent fatal error on missing symlink() function in tests 2015-03-19 14:42:13 +01:00
bootstrap.php Make sure a good timezone is set, fixes #2899 2014-04-14 13:55:17 +02:00
complete.phpunit.xml Rename tests/phpunit.xml.dist for clarity 2012-06-25 18:59:41 +02:00