From 9f1a2121bbcf1ae2894bbb6c0f6b0ac89eafe021 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sat, 12 Nov 2011 01:10:46 +0100 Subject: [PATCH] minor tweak --- phpunit.xml.dist | 18 ++++-------------- vendor/vendors.php | 5 +---- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6e1577609..d1aa71bdf 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,19 +1,10 @@ - + + - - ./Tests/ + + ./Tests @@ -26,5 +17,4 @@ - diff --git a/vendor/vendors.php b/vendor/vendors.php index b3a0a1189..a74c5af08 100644 --- a/vendor/vendors.php +++ b/vendor/vendors.php @@ -3,10 +3,7 @@ set_time_limit(0); -if (!is_dir($vendorDir = __DIR__)) { - mkdir($vendorDir, 0777, true); -} - +$vendorDir = __DIR__; $deps = array( array('symfony', 'http://github.com/symfony/symfony', 'v2.0.5'), array('imagine', 'http://github.com/avalanche123/Imagine', 'v0.2.6'),