Skip to content
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

Improved tests #5396

Merged
merged 1 commit into from Apr 18, 2016
Merged

Improved tests #5396

merged 1 commit into from Apr 18, 2016

Conversation

mickaelandrieu
Copy link
Contributor

@mickaelandrieu mickaelandrieu commented Apr 15, 2016

Please take the time to edit the "Answers" rows with the necessary information:

Questions Answers
Branch? develop
Description? Improved the tests architecture
Type? improvement
Category? BO
BC breaks? no
Deprecations? no
Fixed ticket? no
How to test? Launch the tests, but travis always prove this is working as expected

Old architecture:

tests
├── bootstrap.php
├── check_php_parse_errors.sh
├── composer.json.travis
├── composer.lock.travis
├── Fake
├── Helper
├── index.php
├── Integration
├── js
├── module_testing
├── parameters.yml.travis
├── phpunit.xml
├── resources
├── selenium
├── TestCase
├── travis-ci-apache-vhost
└── Unit

new one:

tests
├── bootstrap.php
├── check_php_parse_errors.sh
├── composer.json.travis
├── composer.lock.travis
├── index.php
├── Integration
├── parameters.yml.travis
├── phpunit.xml
├── resources
├── Selenium
├── TestCase
├── travis-ci-apache-vhost
└── Unit

@mickaelandrieu mickaelandrieu changed the title // wip Improved tests Apr 15, 2016
@mickaelandrieu
Copy link
Contributor Author

thank you for review @julienbourdeau

@mickaelandrieu mickaelandrieu merged commit 08b07ce into PrestaShop:develop Apr 18, 2016
@mickaelandrieu mickaelandrieu deleted the improved-tests branch April 18, 2016 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants