- Timestamp:
- 05/04/2022 11:43:28 AM (4 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/external-http/basic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/tests/phpunit/tests/external-http/basic.php
r52424 r53351 11 11 */ 12 12 public function test_readme_php_version() { 13 // This test is designed to only run on trunk /master.13 // This test is designed to only run on trunk. 14 14 $this->skipOnAutomatedBranches(); 15 15 … … 32 32 */ 33 33 public function test_readme_mysql_version() { 34 // This test is designed to only run on trunk /master.34 // This test is designed to only run on trunk. 35 35 $this->skipOnAutomatedBranches(); 36 36 … … 64 64 */ 65 65 public function test_readme_mariadb_version() { 66 // This test is designed to only run on trunk /master.66 // This test is designed to only run on trunk. 67 67 $this->skipOnAutomatedBranches(); 68 68
Note: See TracChangeset
for help on using the changeset viewer.