⚡
  • HOME
  • NEWS
  • SERVICES
  • ARCHITECTURE
  • TECH STACK
  • PORTFOLIO
  • ABOUT
  • CONTACT
HOMENEWSSERVICESARCHITECTURETECH STACKPORTFOLIOABOUTCONTACT
© 2026 Miodrag Gromilić. All rights reserved.
HOMENEWSSERVICESTECH STACKPORTFOLIOCONTACTABOUTFAQs
Back to Skills

PHPUnit

Since 2004The standard PHP testing framework

The standard PHP testing framework — unit tests, integration tests, and TDD for robust backend applications.

Overview

PHPUnit is central to my PHP development workflow. I write unit tests for business logic, integration tests for API endpoints, and use data providers for comprehensive test coverage. I configure code coverage reports, mock dependencies with Mockery/Prophecy, and integrate tests into CI/CD pipelines. TDD approach for critical business logic ensures reliability.

Use Cases

  • Unit testing
  • integration testing
  • TDD
  • API endpoint testing
  • code coverage
  • regression testing
  • CI/CD quality gates

Advantages

  • PHP standard
  • excellent Laravel integration
  • code coverage reports
  • data providers
  • mocking support
  • CI/CD integration

Considerations

  • Slow for large test suites
  • mocking can be complex
  • legacy code testing requires refactoring

Works Great With

PHPLaravelCakePHPCI/CDSonarQubeDocker

Related Technologies

Jest
Since 2014
Playwright
Since 2020
k6
Since 2017
Cypress
Since 2014
Postman
Since 2012
Back to Skills CONTACT