PHPUnitΒΆ

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

Phpactor can integrate with PHPUnit to provide:

  • Type inference from assertions.

  • Generate test case.

To do so you set phpunit.enabled:

$ phpactor config:set phpunit.enabled true