We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a83f41 commit 9b321bdCopy full SHA for 9b321bd
.travis.yml
@@ -8,8 +8,8 @@ before_script:
8
- composer install
9
- php app/console doctrine:database:create -e=test
10
- php app/console doctrine:phpcr:init:dbal -e=test
11
- - app/console doctrine:phpcr:register-system-node-types -e=test
12
- - app/console doctrine:phpcr:workspace:create standard_test -e=test
+ - php app/console doctrine:phpcr:workspace:create standard_test -e=test
+ - php app/console doctrine:phpcr:repository:init -e=test
13
14
script: phpunit -c app
15
0 commit comments