You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep test suite in sync with WP files when testing trunk/nightlies
This replaces the existing process of downloading the nightly .zip file with exporting a clean directory tree from https://core.svn.wordpress.org/trunk, which is more closely in sync with the unit test suite files installed during the install_test_suite() process. Additionally, using `svn export` instead of `svn co` avoids downloading the .svn directory, which is unnecessary.
0 commit comments