Skip to content

Tests ported #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fa3b3d5
Removes explicit dependency on DoctrineBundle.
phpeek Dec 2, 2017
180d6a6
minor #716 Removes explicit dependency on DoctrineBundle. (phpeek)
javiereguiluz Dec 3, 2017
2faf341
Adds Doctrine's mapping validation on Travis.
phpeek Dec 4, 2017
4769bb8
minor #718 Adds Doctrine's mapping validation on Travis. (phpeek)
javiereguiluz Dec 4, 2017
a66861e
minor: Update translations
flibustier Dec 4, 2017
41692d2
[Validators PL translation] Fixing declension.
piotrgradzinski Dec 4, 2017
2a46a6a
symfony.lock reordering.
phpeek Dec 4, 2017
6740c8f
minor #722 symfony.lock reordering. (phpeek)
javiereguiluz Dec 5, 2017
25f82db
minor #719 minor: Update translations (flibustier)
javiereguiluz Dec 5, 2017
bb018a9
minor #721 [Validators PL translation] Fixing declension. (piotrgradz…
javiereguiluz Dec 5, 2017
7936e18
Updated dependencies to Symfony 4.0.1
javiereguiluz Dec 5, 2017
66a449a
feature #723 Updated dependencies to Symfony 4.0.1 (javiereguiluz)
javiereguiluz Dec 5, 2017
bb11ddf
Use rootform test to check by root form view
yceruto Dec 5, 2017
5259ad7
bug #726 Use rootform test to check by root form view (yceruto)
javiereguiluz Dec 7, 2017
abf8082
merged wiuth master
DavertMik Dec 10, 2017
8d27eb9
Codeception tests ported from old app
DavertMik Dec 11, 2017
0bc6fc8
fixed tests execution on Travis
DavertMik Dec 11, 2017
4b1773b
fixed tests execution
DavertMik Dec 11, 2017
8672cb9
updated min version for travis
DavertMik Dec 11, 2017
74a58fc
updated min version for travis
DavertMik Dec 11, 2017
908bc1b
updated min version for travis
DavertMik Dec 11, 2017
6dd3422
updated script order
DavertMik Dec 11, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,8 @@ before_install:

install:
- composer install
- ./vendor/bin/simple-phpunit install
- ./bin/console server:start
- ./vendor/bin/codecept build

script:
- ./vendor/bin/simple-phpunit
- ./vendor/bin/codecept run
# this checks that the source code follows the Symfony Code Syntax rules
- '[[ "$TRAVIS_PHP_VERSION" == "nightly" ]] || ./vendor/bin/php-cs-fixer fix --diff --dry-run -v'
# this checks that the YAML config files contain no syntax errors
- ./bin/console lint:yaml config
# this checks that the Twig template files contain no syntax errors
- ./bin/console lint:twig templates
# this checks that the XLIFF translations contain no syntax errors
- ./bin/console lint:xliff translations
# this checks that the application doesn't use dependencies with known security vulnerabilities
- ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
# this checks that the composer.json and composer.lock files are valid
- composer validate --strict
- ./vendor/bin/codecept run
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"require": {
"php": "^7.1.3",
"ext-pdo_sqlite": "*",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"erusev/parsedown": "^1.6",
"ezyang/htmlpurifier": "^4.9",
Expand Down
Loading