This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
workshop-drupal-automated-testing
Watch
1
Star
0
Fork
You've already forked workshop-drupal-automated-testing
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
workshop-drupal-automated-testing
/
docs/images/1.png
docs/images/2.png
docs/images/3.png
README.md
step1-first-test/my_module.info.yml
step1-first-test/tests/src/Functional/MyModuleTest.php
step2-adding-more-test-methods/my_module.info.yml
step2-adding-more-test-methods/tests/src/Functional/MyModuleTest.php
step3-building-a-blog-page/my_module.info.yml
step3-building-a-blog-page/my_module.routing.yml
step3-building-a-blog-page/src/Controller/BlogPageController.php
step3-building-a-blog-page/tests/src/Functional/BlogPageTest.php
step3-building-a-blog-page/tests/src/Functional/MyModuleTest.php
step4-adding-the-blog-repository/my_module.info.yml
step4-adding-the-blog-repository/my_module.routing.yml
step4-adding-the-blog-repository/my_module.services.yml
step4-adding-the-blog-repository/src/Controller/BlogPageController.php
step4-adding-the-blog-repository/src/Repository/ArticleRepository.php
step4-adding-the-blog-repository/tests/src/Functional/BlogPageTest.php
step4-adding-the-blog-repository/tests/src/Functional/MyModuleTest.php
step4-adding-the-blog-repository/tests/src/Kernel/ArticleRepositoryTest.php
step5-wrapping-up-with-unit-tests/my_module.info.yml
step5-wrapping-up-with-unit-tests/my_module.routing.yml
step5-wrapping-up-with-unit-tests/my_module.services.yml
step5-wrapping-up-with-unit-tests/src/Controller/BlogPageController.php
step5-wrapping-up-with-unit-tests/src/Repository/ArticleRepository.php
step5-wrapping-up-with-unit-tests/src/Wrapper/ArticleWrapper.php
step5-wrapping-up-with-unit-tests/tests/src/Functional/BlogPageTest.php
step5-wrapping-up-with-unit-tests/tests/src/Functional/MyModuleTest.php
step5-wrapping-up-with-unit-tests/tests/src/Kernel/ArticleRepositoryTest.php
step5-wrapping-up-with-unit-tests/tests/src/Unit/Wrapper/ArticleWrapperTest.php
No matching file found