File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
WooCommerceTests/Extensions Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -424,6 +424,14 @@ extension UIImage {
424424 . imageFlippedForRightToLeftLayoutDirection ( )
425425 }
426426
427+ /// Card Reader Manual
428+ ///
429+ static var cardReaderManualIcon : UIImage {
430+ return UIImage ( named: " icon-card-reader-manual " ) !
431+ . withRenderingMode ( . alwaysTemplate)
432+ . imageFlippedForRightToLeftLayoutDirection ( )
433+ }
434+
427435 /// Files Download Icon
428436 ///
429437 static var cloudImage : UIImage {
Original file line number Diff line number Diff line change @@ -536,4 +536,8 @@ final class IconsTests: XCTestCase {
536536 func test_creditCardIcon_is_not_nil( ) {
537537 XCTAssertNotNil ( UIImage . creditCardIcon)
538538 }
539+
540+ func test_cardReaderManualIcon_is_not_nil( ) {
541+ XCTAssertNotNil ( UIImage . cardReaderManualIcon)
542+ }
539543}
You can’t perform that action at this time.
0 commit comments