Page MenuHomePhabricator

Get PhpunitTestEngine in working order
Needs ReviewPublic

Authored by rfreebern on Aug 14 2015, 12:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 1, 2:53 PM
Unknown Object (File)
Mar 16 2024, 7:00 AM
Unknown Object (File)
Feb 29 2024, 11:46 PM
Unknown Object (File)
Feb 21 2024, 5:35 AM
Unknown Object (File)
Feb 9 2024, 6:41 AM
Unknown Object (File)
Feb 3 2024, 6:17 AM
Unknown Object (File)
Feb 3 2024, 6:17 AM
Unknown Object (File)
Jan 22 2024, 1:55 AM

Details

Summary

PhpunitTestEngine was missing some pieces in order to work. It didn't have a getEngineConfigurationName method or an instance of ArcanistConfigurationManager to work with.

Fixes T9174

Test Plan

Unit test included for getEngineConfigurationName method.

Tested locally against my own repo with the following:

.arcconfig
{
  "engines": {
    "phpunit": {
      "type": "phpunit",
      "include": "(\\.php$)",
      "exclude": "(^vendor/)"
    }
  }
}

Diff Detail

Repository
rARC Arcanist
Branch
phpunittestengine-configurationname
Lint
Lint Skipped
Unit
Test Failures
Build Status
Buildable 7623
Build 8286: [Placeholder Plan] Wait for 30 Seconds
Build 8285: arc lint + arc unit

Event Timeline

rfreebern retitled this revision from to Get PhpunitTestEngine in working order.
rfreebern updated this object.
rfreebern edited the test plan for this revision. (Show Details)
rfreebern added a reviewer: joshuaspence.