Fix forgotten renames
Corrected filenames which have been renamed, but not adjusted in .travis.yml
This commit is contained in:
parent
089ed347fa
commit
2873df7ecf
@ -10,5 +10,5 @@ before_script:
|
|||||||
- vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs
|
- vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit ./test/statifyblacklist-test.php
|
- vendor/bin/phpunit ./test/statifyblacklist-test.php
|
||||||
- vendor/bin/phpcs statify-blacklist.php --standard=ruleset.xml
|
- vendor/bin/phpcs statify-blacklist.php --standard=phpcs.xml
|
||||||
- vendor/bin/phpcs ./inc/ --standard=ruleset.xml --extensions=php
|
- vendor/bin/phpcs ./inc/ --standard=phpcs.xml --extensions=php
|
||||||
|
@ -39,7 +39,7 @@ require_once( 'inc/class-statifyblacklist-admin.php' );
|
|||||||
*
|
*
|
||||||
* @since 1.3.0
|
* @since 1.3.0
|
||||||
*/
|
*/
|
||||||
class StatifyBlacklist_Test extends PHPUnit_Framework_TestCase {
|
class StatifyBlacklist_Test extends PHPUnit\Framework\TestCase {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test simple referer filter.
|
* Test simple referer filter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user