Some discussion in D11052. Adds a base class for testing phutil libraries.
Details
Details
- Reviewers
epriestley btrahan - Group Reviewers
Blessed Reviewers - Commits
- rPHUe583bc6de6be: Add a `PhutilLibraryTestCase` class
arc unit
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/__tests__/PhutilLibraryTestCase.php | ||
---|---|---|
46 | Can we new ReflectionClass($this)->getFile() instead? This seems sketchier than that. |