[wp-unit-tests] [WordPress Unit Tests] #137: Better Separation of framework files from test suite

WordPress Trac noreply at wordpress.org
Tue Oct 30 15:42:21 UTC 2012


#137: Better Separation of framework files from test suite
--------------------+----------------------------
 Reporter:  scribu  |       Type:  enhancement
   Status:  new     |   Priority:  normal
Milestone:          |  Component:  Test Framework
 Keywords:          |
--------------------+----------------------------
 When writing unit tests for plugins/themes, you don't really need the test
 cases for Core.

 Basically, we need to move all the framework files into the same
 directory, so that devs can do a svn checkout of only that dir.

 It turns out this is mostly done: most relevant files are already in the
 includes directory. The two expections are `bootstrap.php` and
 `bin/install.php`.

-- 
Ticket URL: <https://unit-test.trac.wordpress.org/ticket/137>
WordPress Unit Tests <https://unit-test.trac.wordpress.org>
My example project


More information about the wp-unit-tests mailing list