diff --git a/.travis.yml b/.travis.yml index 85e8034..cf14d51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ before_script: - vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs script: - vendor/bin/phpunit ./test/statifyblacklist-test.php - - vendor/bin/phpcs statify-blacklist.php --standard=ruleset.xml - - vendor/bin/phpcs ./inc/ --standard=ruleset.xml --extensions=php + - vendor/bin/phpcs statify-blacklist.php --standard=phpcs.xml + - vendor/bin/phpcs ./inc/ --standard=phpcs.xml --extensions=php diff --git a/test/statifyblacklist-test.php b/test/statifyblacklist-test.php index 6b20bbb..aa31aa9 100644 --- a/test/statifyblacklist-test.php +++ b/test/statifyblacklist-test.php @@ -39,7 +39,7 @@ require_once( 'inc/class-statifyblacklist-admin.php' ); * * @since 1.3.0 */ -class StatifyBlacklist_Test extends PHPUnit_Framework_TestCase { +class StatifyBlacklist_Test extends PHPUnit\Framework\TestCase { /** * Test simple referer filter.