Changeset 52010 for trunk/tests/phpunit/tests/formatting/capitalPDangit.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/capitalPDangit.php
r51623 r52010 6 6 */ 7 7 class Tests_Formatting_CapitalPDangit extends WP_UnitTestCase { 8 function test_esc_attr_quotes() {8 public function test_esc_attr_quotes() { 9 9 global $wp_current_filter; 10 10 $this->assertSame( 'Something about WordPress', capital_P_dangit( 'Something about Wordpress' ) );
Note: See TracChangeset
for help on using the changeset viewer.