[wp-trac] [WordPress Trac] #11867: Increase Cross-Plattform portability of the Testsuite

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 11 21:47:02 UTC 2010


#11867: Increase Cross-Plattform portability of the Testsuite
--------------------------+-------------------------------------------------
 Reporter:  hakre         |       Owner:  westi             
     Type:  defect (bug)  |      Status:  new               
 Priority:  normal        |   Milestone:  WordPress.org site
Component:  Unit Tests    |     Version:                    
 Severity:  normal        |    Keywords:  has-patch tested  
--------------------------+-------------------------------------------------
Changes (by dd32):

  * milestone:  => WordPress.org site


Comment:

 Its long been known that the test suite requires PHP 5.3 on windows, And
 was always a given.

 Now that PHP 5.3 is available, theres no reason not to use it.

 I use the test set on Windows atm with absolutely no problems.

 {{{
 -ini_set('include_path', ini_get('include_path') . ':'.ABSPATH.'/wp-
 includes');
 +ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR .
 ABSPATH . '/wp-includes');
 }}}

 That'll break it. The seperator there isnt a PATH_SEPERATOR, its the
 seperation string in the include path, PHP uses : from memory, as that
 shows.

 Milestone: Need to choose something, WordPress.org will do for now i
 think.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11867#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list