Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+29) |
-
-
src/Lunr/Halo/LunrBaseTest.php (Diff revision 2) Not sure I understand correctly all this but if I try to get what is happening here, I feel like using
try { $property = $this->get_accessible_reflection_property($property); $property->getValue($this->class); } catch(Throwable $e) { $this->assertContains("Cannot access", $e->getMessage()); }
should be enough, no?
Change Summary:
Switched to assertNull instead of assertEmpty
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+30) |