Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Nov 12, 2011
1 parent b8af36f commit 9f1a212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
18 changes: 4 additions & 14 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="Tests/bootstrap.php"
>
<phpunit bootstrap="./Tests/bootstrap.php" color="true">

<testsuites>
<testsuite name="LiipImagineBundle Test Suite">
<directory>./Tests/</directory>
<testsuite name="LiipImagineBundle test suite">
<directory suffix="Test.php">./Tests</directory>
</testsuite>
</testsuites>

Expand All @@ -26,5 +17,4 @@
</exclude>
</whitelist>
</filter>

</phpunit>
5 changes: 1 addition & 4 deletions vendor/vendors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9f1a212

Please sign in to comment.