DEV Community

Testing Series' Articles

Back to CodeCraft Diary's Series
Why Writing Tests Early Saves Time (and Headaches)
Cover image for Why Writing Tests Early Saves Time (and Headaches)

Why Writing Tests Early Saves Time (and Headaches)

1
Comments
2 min read
Unit Testing in PHP: How to Catch Bugs Before They Bite
Cover image for Unit Testing in PHP: How to Catch Bugs Before They Bite

Unit Testing in PHP: How to Catch Bugs Before They Bite

Comments
2 min read
Feature Testing in PHP: Ensuring the Whole System Works Together
Cover image for Feature Testing in PHP: Ensuring the Whole System Works Together

Feature Testing in PHP: Ensuring the Whole System Works Together

Comments
4 min read
Writing Maintainable Feature test(Real Laravel example)
Cover image for Writing Maintainable Feature test(Real Laravel example)

Writing Maintainable Feature test(Real Laravel example)

1
Comments
3 min read
Mocking, Stubbing, Spying, and Faking in PHP: A Practical Guide (with Sandbox Example)
Cover image for Mocking, Stubbing, Spying, and Faking in PHP: A Practical Guide (with Sandbox Example)

Mocking, Stubbing, Spying, and Faking in PHP: A Practical Guide (with Sandbox Example)

7
Comments
4 min read
How to Test Legacy Laravel Code Without Refactoring First
Cover image for How to Test Legacy Laravel Code Without Refactoring First

How to Test Legacy Laravel Code Without Refactoring First

1
Comments
4 min read