Page MenuHomePhabricator

Get PhpunitTestEngine in working order
Needs ReviewPublic

Authored by rfreebern on Aug 14 2015, 12:40 AM.
Tags
None
Referenced Files
F14046776: D13892.diff
Wed, Nov 13, 11:41 PM
F14037348: D13892.diff
Sun, Nov 10, 3:19 PM
F14021956: D13892.diff
Wed, Nov 6, 2:09 PM
F13972739: D13892.id33537.diff
Oct 17 2024, 8:58 PM
Unknown Object (File)
Sep 2 2024, 9:58 PM
Unknown Object (File)
Aug 28 2024, 11:22 AM
Unknown Object (File)
Aug 5 2024, 4:25 AM
Unknown Object (File)
Jul 26 2024, 6:46 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.