1
0
Fork 0
composer/tests/Composer
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
..
Test Prevent fatal error on missing symlink() function in tests 2015-03-19 14:42:13 +01:00
TestCase.php Add parallel build to travis script 2013-09-25 10:23:48 +02:00