RunnerTest
class RunnerTest extends TestCase (View source)
Unit tests for Runner's stub-cache completeness guard.
Uses a self-contained temporary cache directory so the test never touches the real committed cache (per the unit-test isolation rule).
Constants
| private REQUIRED_FILES |
|
Methods
No description
No description
No description
No description
The W12 regression: the five per-type files present but StubsPhpDoc.json missing must NOT be treated as a usable cache — otherwise entities load with all PhpDoc metadata dropped.
No description
Details
protected void
setUp()
No description
protected void
tearDown()
No description
void
testCompleteCacheIsRecognised()
No description
void
testEmptyCacheDirIsIncomplete()
No description
void
testMissingPhpDocFileIsIncomplete()
The W12 regression: the five per-type files present but StubsPhpDoc.json missing must NOT be treated as a usable cache — otherwise entities load with all PhpDoc metadata dropped.
void
testMissingAnySingleRequiredFileIsIncomplete()
No description