Rename test file/class to make Phabricator understand PHPUnit test results/coverage.
- Queries
- All Stories
- Search
- Advanced Search
Advanced Search
Sep 3 2025
Sep 2 2025
Also try to modify tested code to confirm, that related tests would fail.
Sep 1 2025
Let's implement this the other way around (sender does type casting, but recipient throws an exception on error on any PHP version):
Aug 31 2025
Aug 14 2025
Fixed the filesize(): stat failed for error when uploading file larger, than 1MB.
Aug 13 2025
Aug 11 2025
In D529#10934, @erik wrote:Added tests for Core and Custom modules -
unknown_option_tests_v2.patch72 KBDownload
Added tests for "core" and "custom" modules.
Reclassified some tests from Unit to Functional.
Aug 8 2025
Renamed the "kOptionsFormatter" class test for Phabricator to be able to generate coverage report from it.
Aug 6 2025
Found these problems and fixed them (related to tests in the patch):
Added more unit tests (original version created by Erik).
Aug 5 2025
Aug 4 2025
Aug 1 2025
- I've noticed, that the same issue happens also with coupi and api units of the In-Commerce. Please expand the Differential Revision code/test plan to cover them as well.
- I've noticed, that you're testing, that notice is gone, but not testing that item adding code still works. Please test that as well.
- I've also renamed the task. Please rename your changelist in the PhpStorm to avoid accidental Differential Revision rename on patch update.
Jul 30 2025
Jul 29 2025
In D529#10861, @erik wrote:I do not understand relation between test plan and proposed automation logic.
- As I understand from test plan, not only required fields should be tested, but fields with specific formatter.
- As I understand from test plan, should test not only create, but also update.
- Each unit may be specific, may have dependencies to another units, so proposed automation logic seems is not helpful.
Jul 28 2025
Jul 25 2025
In D529#10843, @erik wrote:Made partial testing. In the u and addr units, on State field Detected unknown_option validation error. As discussed in Zoom, started writing code for automated unit test to check create/update all units with kOptionsFormatter.