Skip to content

Commit

Permalink
Merge pull request #18 from shieldo/use_composer_for_tests
Browse files Browse the repository at this point in the history
add symfony/twig to composer.json, and make test suite boot using composer autoload
  • Loading branch information
cystbear committed Apr 10, 2014
2 parents 0891818 + 39ee5af commit cffa450
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
16 changes: 0 additions & 16 deletions Tests/bootstrap.php

This file was deleted.

5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.0",
"ezyang/htmlpurifier": "~4.0"
},
"require-dev": {
"symfony/form": "~2.0",
"twig/twig": "~1.3"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<!--
<php>
<server name="HTMLPURIFIER" value="../../htmlpurifier/library" />
Expand Down

0 comments on commit cffa450

Please sign in to comment.