Our training courses provide you with practical knowledge that you can apply directly to your projects and expand upon in the long term.
for all developers
New year, new PHP version! Here you will learn all the relevant improvements.
for anyone who wants to get started with PHPUnit
Make code reliable with PHPUnit. Whether written by humans or AI.
for anyone who wants to get started with PHPUnit
Make code reliable with PHPUnit. Whether written by humans or AI.
for all who want to deepen their knowledge of PHPUnit
Successful test automation in everyday projects, with solutions for even the trickiest of problems.
for all who want to deepen their knowledge of PHPUnit
Successful test automation in everyday projects, with solutions for even the trickiest of problems.
for all developers
Develop software goal-oriented! The proven method of test-driven development (TDD) will help you.
for all developers
Develop software goal-oriented! The proven method of test-driven development (TDD) will help you.
for all who want to sharpen their debugging skills
Discover the secrets of PHP debugging and master powerful techniques for your projects.
for all who want to deepen their knowledge of Git
Improve your development process! Learn best practices for Git and common problems in everyday programming.
for all developers
Find errors before your program is executed! Modern development tools will help you.
for all developers
Learn best practices for dealing with dependencies so that updates no longer scare you.
for all developers
Maintainable software is future-proof. Testing is important for this, of course. But what makes code testable?
for all developers
Legacy code is valuable, has proven itself over many years, but is usually not sufficiently tested. How can we change that?
for all PHPUnit users
PHPUnit offers flexible options for structuring a test suite. Which one is right for your project?
for all developers
Test code must be clean, too! Today, we are improving the quality of your tests.
for all PHPUnit users
Do you have enough tests for your code? Here you will learn how to find the answer.
for all developers
Here you will learn how database interaction can be implemented in a testable manner and how it can be tested.
for all PHPUnit users
How do we handle code dependencies when testing? Here you will learn everything about test stubs and mock objects.
for all developers
When testing code, we also have to work with randomness and time. How do we do this correctly?
for all developers
Software testing comes in many shapes and sizes. Which ones are right for your project?
for all PHPUnit users
Tests can be misleading and give a false sense of security. Thanks to feedback from PHPUnit, you can handle these risky tests correctly.
for all PHPUnit users
Domain-driven design creates a common understanding within the team and reflects this in the code. What does this mean for testing?
for all PHPUnit users
The standard functionality of PHPUnit is often sufficient. You can adapt it to your needs with extensions.