Changeset 2960
- Timestamp:
- 04/14/2016 08:29:08 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/bootstrap.php
r2959 r2960 2 2 3 3 namespace WordCamp\RemoteCSS; 4 5 if ( 'cli' !== php_sapi_name() ) { 6 return; 7 } 4 8 5 9 $core_tests_directory = getenv( 'WP_TESTS_DIR' ); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/test-synchronize-remote-css.php
r2145 r2960 2 2 3 3 namespace WordCamp\RemoteCSS; 4 5 4 defined( 'WPINC' ) or die(); 6 5 -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/test-user-interface.php
r2170 r2960 2 2 3 3 namespace WordCamp\RemoteCSS; 4 5 4 defined( 'WPINC' ) or die(); 6 5
Note: See TracChangeset
for help on using the changeset viewer.