Page MenuHomePhabricator

Don't use newInstanceWithoutConstructor in Arcanist unit test
ClosedPublic

Authored by epriestley on Jan 20 2015, 11:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 10:02 AM
Unknown Object (File)
Fri, Oct 25, 3:48 PM
Unknown Object (File)
Thu, Oct 24, 1:25 PM
Unknown Object (File)
Aug 25 2024, 11:25 AM
Unknown Object (File)
Aug 14 2024, 2:26 AM
Unknown Object (File)
Aug 11 2024, 6:22 AM
Unknown Object (File)
Aug 7 2024, 7:35 AM
Unknown Object (File)
Aug 4 2024, 9:11 PM
Subscribers

Details

Summary

This requires PHP 5.4. Use newv() instead. I don't think the "without constructor" part is meaningful (or desirable). Simplify slightly.

Test Plan

arc unit --everything

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't use newInstanceWithoutConstructor in Arcanist unit test.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: hach-que, joshuaspence.
This revision is now accepted and ready to land.Jan 20 2015, 11:38 PM
This revision was automatically updated to reflect the committed changes.