From 2873df7ecff8a5776aa9c48e095954ee2af9a09c Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 16 Jul 2017 12:36:58 +0200 Subject: [PATCH] Fix forgotten renames Corrected filenames which have been renamed, but not adjusted in .travis.yml --- .travis.yml | 4 ++-- test/statifyblacklist-test.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.