Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58672, comment 10


Ignore:
Timestamp:
07/04/2023 04:41:44 PM (3 years ago)
Author:
antonvlasenko

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58672, comment 10

    initial v1  
    11In my opinion, this PR may not necessarily need unit tests for the following reasons:
    221. `$fn_compile_src` is not a public API, so it would be problematic to write unit tests for that function; `$fn_compile_src` is not accessible from outside (it's an anonymous function);
    3 2. The code changes made in this PR are considered "harmless." The suggested PR simply removes the code that removes the http* prefix. I am having difficulty understanding what exactly a unit test for this should cover.
     32. The code changes made in this PR are considered "harmless." The suggested PR simply removes the code that removes the http* prefix from the `src` property of a font. I am having difficulty understanding what exactly a unit test for this should cover.