Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1.32 KB

CONTRIBUTING

Your issue reports and pull requests are welcome.

Debugging

To enable debug mode:

  1. Open the Command Palette: Command Palette → Preferences: PHPUnit Settings.

  2. Set the following setting:

    {
        "phpunit.debug": true
    }
  3. To view the console log: Menu → View → Show Console

Testing

The UnitTesting package is used to run the tests.

  1. Open the Command Palette.
  2. Type "UnitTesting" and press Enter.
  3. Type "PHPUnitKit" and press Enter.

Reverting to a freshly installed state

Reverting vs Cleaning

On Linux and OSX, this script can be used to clean caches, indexes, workspaces, sessions, etc. Note that cleaning and reverting are not the same: reverting removes installed packages and configurations, cleaning only removes files that are generated at runtime e.g. caches, indexes, sessions.