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)
Fri, Dec 13, 10:53 AM
Unknown Object (File)
Thu, Dec 12, 1:10 AM
Unknown Object (File)
Fri, Dec 6, 9:22 PM
Unknown Object (File)
Mon, Dec 2, 10:27 AM
Unknown Object (File)
Nov 27 2024, 10:38 PM
Unknown Object (File)
Nov 26 2024, 8:45 PM
Unknown Object (File)
Nov 22 2024, 5:33 PM
Unknown Object (File)
Nov 18 2024, 12:42 PM

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.