- Notifications
You must be signed in to change notification settings - Fork11
Codeception/symfony-module-tests
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Minimal site containing functional tests forCodeception Module Symfony.
The main purpose of this project is to verify the proper functioning of theCodeception Module Symfony in a minimal Symfony installation.
You can use it to contribute new features or propose changes in the module and verify that nothing is broken in the process.If that's your goal, be sure to followthe contribution guides for the module.
You can alsofork it and use it to reproduce a bug or unexpected behavior for analysis.If that's your case, just add a link to your fork next to the description of your issue in the module's repository.
Lastly, if you just want to see the module in action and run the tests yourself on your local machine just:
- Clone the repo
git clone https://github.com/Codeception/symfony-module-tests.git
- Install Composer dependencies
composer update
- Update database schema and load Doctrine fixtures
php bin/console doctrine:schema:update --forcephp bin/console doctrine:fixtures:load --quiet
Then, go to the project directory and run:
vendor/bin/codecept run Functional
To createUnit Tests orAcceptance Tests, you need to create the corresponding suite first:
vendor/bin/codecept generate:suite Unitvendor/bin/codecept generate:suite Acceptance
Assuming you have the following directory structure:
Codeception/├─ module-symfony/├─ symfony-module-tests/│ ├─ composer.json│ ├─ composer.lockAdd code listed below to the composer.json and runcomposer update.
{ // ... "repositories": [ { "type": "path", "url": "../module-symfony" } ]}Don't forget to revert composer.json and runcomposer update before commit changes.
About
Minimal site containing functional tests for Codeception Symfony module.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.