mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
Build/Test tools: Remove unnecessary PHP functionality tests from the test suite.
Props Frank Klein Fixes #42277 git-svn-id: https://develop.svn.wordpress.org/trunk@42381 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* @since 4.7.0
|
||||
*/
|
||||
|
||||
trigger_error( __FILE__ . ' is deprecated since version 5.0.0 with no alternative available.' );
|
||||
|
||||
/**
|
||||
* Class used to test accessing methods and properties
|
||||
*
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
* @since 4.7.0
|
||||
*/
|
||||
|
||||
trigger_error( __FILE__ . ' is deprecated since version 5.0.0 with no alternative available.' );
|
||||
|
||||
/**
|
||||
* Class used to test accessing methods and properties.
|
||||
*
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
<?php
|
||||
|
||||
require_once dirname( __FILE__ ) . '/class-basic-object.php';
|
||||
require_once dirname( __FILE__ ) . '/class-basic-subclass.php';
|
||||
|
||||
/**
|
||||
* Resets various `$_SERVER` variables that can get altered during tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user