mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-08 19:20:03 +00:00
Tests: Correct test class name for WP_Duotone unit tests.
Follow-up to [56101]. Props cbravobernal. Fixes #59696. git-svn-id: https://develop.svn.wordpress.org/trunk@56981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
class Tests_Block_Supports_DuoTones extends WP_UnitTestCase {
|
||||
class Tests_Block_Supports_Duotone extends WP_UnitTestCase {
|
||||
/**
|
||||
* Cleans up CSS added to block-supports from duotone styles. We neeed to do this
|
||||
* in order to avoid impacting other tests.
|
||||
|
||||
Reference in New Issue
Block a user