<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[Tests][880] trunk: Remove the old test runner, wp-test.php, and update the README.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://unit-tests.trac.wordpress.org/changeset/880">880</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2012-07-03 21:16:52 +0000 (Tue, 03 Jul 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove the old test runner, wp-test.php, and update the README.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkREADMEtxt">trunk/README.txt</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkwptestphp">trunk/wp-test.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkREADMEtxt"></a>
<div class="modfile"><h4>Modified: trunk/README.txt (879 => 880)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/README.txt        2012-07-03 19:21:14 UTC (rev 879)
+++ trunk/README.txt        2012-07-03 21:16:52 UTC (rev 880)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> 
</span><span class="cx"> 1. Create a clean MySQL database and user.  DO NOT USE AN EXISTING DATABASE or you will lose data, guaranteed.
</span><span class="cx"> 
</span><del>-2. Copy wp-config-sample.php to wp-config.php, edit it and include your database name/user/password.
</del><ins>+2. Copy wp-tests-config-sample.php to wp-tests-config.php, edit it and include your database name/user/password.
</ins><span class="cx"> 
</span><span class="cx"> 3. $ svn up
</span><span class="cx"> 
</span><span class="lines">@@ -10,10 +10,10 @@
</span><span class="cx"> 
</span><span class="cx"> Notes:
</span><span class="cx"> 
</span><del>-Test cases live in the 'wp-testcase' subdirectory.  All files in that directory will be included by default.  Extend the WP_UnitTestCase class to ensure your test is run.
</del><ins>+Test cases live in the 'tests' subdirectory.  All files in that directory will be included by default.  Extend the WP_UnitTestCase class to ensure your test is run.
</ins><span class="cx"> 
</span><span class="cx"> phpunit will initialize and install a (more or less) complete running copy of WordPress each time it is run.  This makes it possible to run functional interface and module tests against a fully working database and codebase, as opposed to pure unit tests with mock objects and stubs.  Pure unit tests may be used also, of course.
</span><span class="cx"> 
</span><del>-The test database will be wiped clean with DROP TABLE statements once tests are finished, to ensure a clean start next time the tests are run.
</del><ins>+Changes to the test database will be rolled back as tests are finished, to ensure a clean start next time the tests are run.
</ins><span class="cx"> 
</span><span class="cx"> phpunit is intended to run at the command line, not via a web server.
</span></span></pre></div>
<a id="trunkwptestphp"></a>
<div class="delfile"><h4>Deleted: trunk/wp-test.php (879 => 880)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-test.php        2012-07-03 19:21:14 UTC (rev 879)
+++ trunk/wp-test.php        2012-07-03 21:16:52 UTC (rev 880)
</span><span class="lines">@@ -1,216 +0,0 @@
</span><del>-&lt;?php
-/**
- * wp-test.php
- *
- * WordPress Testrunner
- *
- * Examples:
- *
- * # php wp-test.php
- * # php wp-test.php -l
- * # php wp-test.php -t TestImageMetaFunctions,TestImageSizeFunctions
- *
- * Command line options:
- *   - -d  Set WP_DEBUG to true
- *   - -f  Force known bugs
- *   - -h  Help
- *   - -l  List all tests
- *   - -m  Test multisite
- *   - -n  Do not clean up the database at the end of the run
- *   - -p  PHPUnit --verbose
- *   - -q  Save queries
- *   - -r  Uses the given path as the WP_DIR to be tested.  Overrides -v.
- *   - -s  Skip known bugs
- *   - -t  Specific test class names to be run (separated by spaces or commas)
- *   - -v  Sets WP_DIR to &quot;DIR_TESTROOT/wordpress-&lt;value&gt;&quot;.  Overridden by -r.
- *   - -g  Runs a group of test cases by matching part of the test class name
- */
-
-// parse options
-$options = 'g:r:t:v:dfhlmnpqs';
-if (is_callable('getopt')) {
-        $opts = getopt($options);
-} else {
-        include( dirname(__FILE__) . '/wp-testlib/getopt.php' );
-        $opts = getoptParser::getopt($options);
-}
-
-if (isset($opts['h'])) {
-        echo &lt;&lt;&lt;EOH
-WordPress Testrunner
-
-Usage: php wp-test.php [arguments]
-
-Examples:
-# php wp-test.php
-# php wp-test.php -l
-# php wp-test.php -t TestImageMetaFunctions,TestImageSizeFunctions
-
-Arguments:
-  -d  Set WP_DEBUG to true
-  -f  Force known bugs
-  -h  Help
-  -l  List all tests
-  -m  Test multisite
-  -n  Do not clean up the database at the end of the run
-  -p  PHPUnit --verbose
-  -q  Save queries
-  -r  Uses the given path as the WP_DIR to be tested.  Overrides -v.
-  -s  Skip known bugs
-  -t  Specific test class names to be run (separated by spaces or commas)
-  -v  Sets WP_DIR to &quot;DIR_TESTROOT/wordpress-&lt;value&gt;&quot;.  Overridden by -r.
-  -g  Runs a group of test cases by matching part of the test class name
-
-EOH;
-        exit(1);
-}
-
-define('DIR_TESTROOT', realpath(dirname(__FILE__)));
-if (!defined('DIR_TESTCASE')) {
-        define('DIR_TESTCASE', './wp-testcase');
-}
-if (!defined('DIR_TESTDATA'))
-        define('DIR_TESTDATA', './wp-testdata');
-define('TEST_WP', true);
-define('TEST_MS', isset( $opts['m'] ) );
-define('TEST_SKIP_KNOWN_BUGS', array_key_exists('s', $opts));
-define('TEST_FORCE_KNOWN_BUGS', array_key_exists('f', $opts));
-define('WP_DEBUG', array_key_exists('d', $opts) );
-define('SAVEQUERIES', array_key_exists('q', $opts) );
-define('WP_PHPUNIT_VERBOSE', array_key_exists('p', $opts));
-
-if (!empty($opts['r']))
-        define('DIR_WP', realpath($opts['r']));
-else
-        if (!empty($opts['v']))
-                define('DIR_WP', DIR_TESTROOT.'/wordpress-'.$opts['v']);
-        else
-                define('DIR_WP', DIR_TESTROOT.'/wordpress');
-
-// make sure all useful errors are displayed during setup
-error_reporting(E_ALL &amp; ~E_DEPRECATED &amp; ~E_STRICT);
-ini_set('display_errors', true);
-
-require_once(DIR_TESTROOT.'/wp-testlib/base.php');
-require_once(DIR_TESTROOT.'/wp-testlib/utils.php');
-
-// configure wp
-
-if ( TEST_MS ) {
-        define( 'MULTISITE', true );
-        define( 'SUBDOMAIN_INSTALL', false );
-        define( 'DOMAIN_CURRENT_SITE', 'localhost' );
-        define( 'PATH_CURRENT_SITE', '/' );
-        define( 'SITE_ID_CURRENT_SITE', 1 );
-        define( 'BLOG_ID_CURRENT_SITE', 1 );
-}
-
-require_once(DIR_TESTROOT.'/wp-config.php');
-define('ABSPATH', realpath(DIR_WP).'/');
-
-if (!defined('DIR_TESTPLUGINS'))
-        define('DIR_TESTPLUGINS', './wp-plugins');
-
-
-// install wp
-define('WP_BLOG_TITLE', rand_str());
-define('WP_USER_NAME', rand_str());
-define('WP_USER_EMAIL', rand_str().'@example.com');
-
-
-// initialize wp
-define('WP_INSTALLING', 1);
-$_SERVER['PATH_INFO'] = $_SERVER['SCRIPT_NAME']; // prevent a warning from some sloppy code in wp-settings.php
-require_once(ABSPATH.'wp-settings.php');
-
-// override stuff
-require_once(DIR_TESTROOT.'/wp-testlib/mock-mailer.php');
-$GLOBALS['phpmailer'] = new MockPHPMailer();
-
-// Allow tests to override wp_die
-add_filter( 'wp_die_handler', '_wp_die_handler_filter' );
-
-drop_tables();
-
-require_once(ABSPATH.'wp-admin/includes/upgrade.php');
-wp_install(WP_BLOG_TITLE, WP_USER_NAME, WP_USER_EMAIL, true);
-
-if ( TEST_MS ) {
-        install_network();
-        $base = $path = '/';
-        $domain = 'localhost';
-        populate_network( 1, $domain, WP_USER_EMAIL, 'Test Site', $base, false );
-        // Pulled from the !is_multiste() blocks in populate_network().  These don't run in
-        // the call to populate_network() above due to setting MULTISITE earlier in wp-test.php.
-        $site_user = get_user_by( 'email', WP_USER_EMAIL );
-        $site_admins = array( $site_user-&gt;user_login );
-        $users = get_users( array( 'fields' =&gt; array( 'ID', 'user_login' ) ) );
-        if ( $users ) {
-                foreach ( $users as $user ) {
-                        if ( is_super_admin( $user-&gt;ID ) &amp;&amp; !in_array( $user-&gt;user_login, $site_admins ) )
-                                $site_admins[] = $user-&gt;user_login;
-                }
-        }
-        update_site_option( 'site_admins', $site_admins );
-
-        $wpdb-&gt;insert( $wpdb-&gt;blogs, array( 'site_id' =&gt; 1, 'domain' =&gt; $domain, 'path' =&gt; $path, 'registered' =&gt; current_time( 'mysql' ) ) );
-        $blog_id = $wpdb-&gt;insert_id;
-        update_user_meta( $site_user-&gt;ID, 'source_domain', $domain );
-        update_user_meta( $site_user-&gt;ID, 'primary_blog', $blog_id );
-        if ( !$upload_path = get_option( 'upload_path' ) ) {
-                $upload_path = substr( WP_CONTENT_DIR, strlen( ABSPATH ) ) . '/uploads';
-                update_option( 'upload_path', $upload_path );
-        }
-        update_option( 'fileupload_url', get_option( 'siteurl' ) . '/' . $upload_path );
-
-        // wp-settings.php would normally init this stuff, but that doesn't work because we've
-        // only just installed
-        $GLOBALS['blog_id'] = 1;
-        $GLOBALS['wpdb']-&gt;blogid = 1;
-        $GLOBALS['current_blog'] = $GLOBALS['wpdb']-&gt;get_results('SELECT * from wp_blogs where blog_id = 1');
-}
-
-// make sure we're installed
-assert(true == is_blog_installed());
-
-// include plugins for testing, if any
-if (is_dir(DIR_TESTPLUGINS)) {
-        $plugins = glob(realpath(DIR_TESTPLUGINS).'/*.php');
-        foreach ($plugins as $plugin)
-                include_once($plugin);
-}
-
-// needed for jacob's tests
-ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . ABSPATH . '/wp-includes');
-define('PHPUnit_MAIN_METHOD', false);
-$original_wpdb = $GLOBALS['wpdb'];
-
-include_once(DIR_TESTDATA . '/sample_blogs.php');
-// include all files in DIR_TESTCASE, and fetch all the WPTestCase descendents
-$files = wptest_get_all_test_files(DIR_TESTCASE);
-foreach ($files as $file) {
-        require_once($file);
-}
-$classes = wptest_get_all_test_cases();
-
-// some of jacob's tests clobber the wpdb object, so restore it
-$GLOBALS['wpdb'] = $original_wpdb;
-
-if ( isset($opts['l']) ) {
-        wptest_listall_testcases($classes);
-} else {
-        do_action('test_start');
-
-        // hide warnings during testing, since that's the normal WP behaviour
-        if ( !WP_DEBUG ) {
-                error_reporting( E_ALL &amp; ~E_DEPRECATED &amp; ~E_STRICT &amp; ~E_NOTICE );
-        }
-        // run the tests and print the results
-        list ($result, $printer) = wptest_run_tests($classes, isset($opts['t']) ? $opts['t'] : array(), isset($opts['g']) ? $opts['g'] : null );
-        wptest_print_result($printer,$result);
-}
-if ( !isset($opts['n']) ) {
-        // clean up the database
-        drop_tables();
-}
-?&gt;
</del></span></pre>
</div>
</div>

</body>
</html>