[wp-trac] [WordPress Trac] #28738: Plugin tests don't work anymore
WordPress Trac
noreply at wordpress.org
Thu Jul 3 18:09:21 UTC 2014
#28738: Plugin tests don't work anymore
--------------------------+------------------------------
Reporter: ziodave | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by ziodave):
I traced down the issue to this being removed:
{{{
===================================================================
--- includes/install.php (revision 28964)
+++ includes/install.php (revision 28965)
@@ -9,7 +9,6 @@
$config_file_path = $argv[1];
$multisite = ! empty( $argv[2] );
-define( 'WP_INSTALLING', true );
require_once $config_file_path;
require_once dirname( __FILE__ ) . '/functions.php';
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28738#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list