Changeset 54076 for trunk/tests/phpunit/tests/admin/wpSiteHealth.php
- Timestamp:
- 09/06/2022 12:11:20 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpSiteHealth.php
r54075 r54076 35 35 /** 36 36 * @ticket 55791 37 * @covers ::prepare_sql_data() 38 * @covers ::get_test_sql_server() 37 * @covers ::__construct() 39 38 */ 40 39 public function test_mysql_recommended_version_matches_readme_html() { … … 42 41 $this->skipOnAutomatedBranches(); 43 42 44 $this->instance->get_test_sql_server();45 46 43 $reflection = new ReflectionClass( $this->instance ); 47 44 $reflection_property = $reflection->getProperty( 'mysql_recommended_version' ); … … 57 54 /** 58 55 * @ticket 55791 59 * @covers ::prepare_sql_data() 60 * @covers ::get_test_sql_server() 56 * @covers ::__construct() 61 57 */ 62 58 public function test_mariadb_recommended_version_matches_readme_html() { 63 59 // This test is designed to only run on trunk. 64 60 $this->skipOnAutomatedBranches(); 65 66 $this->instance->get_test_sql_server();67 61 68 62 $reflection = new ReflectionClass( $this->instance );
Note: See TracChangeset
for help on using the changeset viewer.