Changeset 58432 for trunk/tests/phpunit/tests/admin/wpSiteHealth.php
- Timestamp:
- 06/18/2024 11:57:41 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r58332 r58432 39 39 */ 40 40 public function test_mysql_recommended_version_matches_readme_html() { 41 // This test is designed to only run on trunk.42 $this->skipOnAutomatedBranches();43 44 41 $reflection = new ReflectionClass( $this->instance ); 45 42 $reflection_property = $reflection->getProperty( 'mysql_recommended_version' ); … … 58 55 */ 59 56 public function test_mariadb_recommended_version_matches_readme_html() { 60 // This test is designed to only run on trunk.61 $this->skipOnAutomatedBranches();62 63 57 $reflection = new ReflectionClass( $this->instance ); 64 58 $reflection_property = $reflection->getProperty( 'mariadb_recommended_version' );
Note: See TracChangeset
for help on using the changeset viewer.