Skip to content

Commit

Permalink
fixed default paths to match symfony standards
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 14, 2011
1 parent f7c915f commit dcd99ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<php>
<!-- path to the Symfony src dir -->
<const name="SYMFONY_SRC_DIR" value="../../../../symfony/src" />
<const name="SYMFONY_SRC_DIR" value="../../../symfony/src" />
<!-- path to the Imagine src dir -->
<const name="IMAGINE_SRC_DIR" value="../../../../imagine/src" />
<const name="IMAGINE_SRC_DIR" value="../../../imagine/src" />
</php>
</phpunit>

0 comments on commit dcd99ef

Please sign in to comment.