Skip to content

Commit

Permalink
Testing: Remove PHPUnit tests covering core functions (#13513)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Jan 28, 2019
1 parent a5e069b commit cea6957
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,203 deletions.
3 changes: 0 additions & 3 deletions phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
*/
function _manually_load_plugin() {
require dirname( dirname( __FILE__ ) ) . '/lib/load.php';

// Require dummy block type class for testing.
require_once dirname( __FILE__ ) . '/class-wp-dummy-block-type.php';
}
tests_add_filter( 'muplugins_loaded', '_manually_load_plugin' );

Expand Down
153 changes: 0 additions & 153 deletions phpunit/class-block-type-registry-test.php

This file was deleted.

Loading

0 comments on commit cea6957

Please sign in to comment.