- Queries
- All Stories
- Search
- Advanced Search
All Stories
Sep 3 2025
Rename test file/class to make Phabricator understand PHPUnit test results/coverage.
Replaced assertEquels with assertSame in all tests, added in this revision.
Sep 2 2025
Added test case when pounds and ounces both are zero.
Made all requested fixes. Created tests for kUbitFormatter class.
Also try to modify tested code to confirm, that related tests would fail.
Sep 1 2025
Changed ligic, added unit tests.
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.
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
Tested all units, additional bugs found in the In-Commerce module.