Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3ce9e7c

Browse files
committed
Added a Composer script to run tests like Travis do it
1 parent c622b6e commit 3ce9e7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@
4545
"branch-alias": {
4646
"dev-master": "2.0-dev"
4747
}
48+
},
49+
"scripts": {
50+
"test": [
51+
"vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh",
52+
"SYMFONY_PHPUNIT_REMOVE=\"symfony/yaml\" vendor/bin/simple-phpunit"
53+
]
4854
}
4955
}

0 commit comments

Comments
 (0)