Skip to content

Commit 0ccdee0

Browse files
authored
Merge pull request #10 from Codeception/tests-ported
Tests ported
2 parents b50d061 + 6dd3422 commit 0ccdee0

31 files changed

+854
-1013
lines changed

.travis.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,8 @@ before_install:
2525

2626
install:
2727
- composer install
28-
- ./vendor/bin/simple-phpunit install
28+
- ./bin/console server:start
2929
- ./vendor/bin/codecept build
3030

3131
script:
32-
- ./vendor/bin/simple-phpunit
33-
- ./vendor/bin/codecept run
34-
# this checks that the source code follows the Symfony Code Syntax rules
35-
- '[[ "$TRAVIS_PHP_VERSION" == "nightly" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
36-
# this checks that the YAML config files contain no syntax errors
37-
- ./bin/console lint:yaml config
38-
# this checks that the Twig template files contain no syntax errors
39-
- ./bin/console lint:twig templates
40-
# this checks that the XLIFF translations contain no syntax errors
41-
- ./bin/console lint:xliff translations
42-
# this checks that the application doesn't use dependencies with known security vulnerabilities
43-
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
44-
# this checks that the composer.json and composer.lock files are valid
45-
- composer validate --strict
32+
- ./vendor/bin/codecept run

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"require": {
77
"php": "^7.1.3",
88
"ext-pdo_sqlite": "*",
9-
"doctrine/doctrine-bundle": "^1.8",
109
"doctrine/doctrine-fixtures-bundle": "^3.0",
1110
"erusev/parsedown": "^1.6",
1211
"ezyang/htmlpurifier": "^4.9",

0 commit comments

Comments
 (0)