From 1fd8f7acc424eb95043532f37b264ac00e8e4dc4 Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Fri, 26 Oct 2018 17:47:08 +0300 Subject: [PATCH 1/3] Fixed tests autoload --- phpunit.xml.dist | 21 +++++++++++++------ tests/CasesHelperTest.php | 2 -- tests/CurrenciesHelperTest.php | 2 -- tests/English/CardinalNumeralTest.php | 2 -- tests/English/FunctionsTest.php | 2 -- tests/English/NounPluralizationTest.php | 2 -- tests/English/OrdinalNumeralTest.php | 2 -- tests/English/TimeSpellerTest.php | 2 -- tests/Russian/CardinalNumeralTest.php | 2 -- tests/Russian/FirstNamesInflecionTest.php | 2 -- tests/Russian/FunctionsTest.php | 2 -- .../GeographicalNamesInflectionTest.php | 2 -- tests/Russian/LastNamesInflectionTest.php | 2 -- tests/Russian/MiddleNamesInflectionTest.php | 2 -- tests/Russian/MoneySpellerTest.php | 1 - tests/Russian/NounDeclensionTest.php | 2 -- tests/Russian/NounPluralizationTest.php | 2 -- tests/Russian/OrdinalNumeralTest.php | 2 -- tests/Russian/RussianLanguageTest.php | 2 -- tests/Russian/TimeSpellerTest.php | 2 -- 20 files changed, 15 insertions(+), 43 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index cbf9794..2563672 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,8 +1,17 @@ - - - - tests - - + + + + tests + + diff --git a/tests/CasesHelperTest.php b/tests/CasesHelperTest.php index 7c2a737..6ea16de 100644 --- a/tests/CasesHelperTest.php +++ b/tests/CasesHelperTest.php @@ -1,8 +1,6 @@ Date: Fri, 26 Oct 2018 18:08:24 +0300 Subject: [PATCH 2/3] upd phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fee33ca..dbd8e8f 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,6 @@ } }, "require-dev": { - "phpunit/phpunit": "~4.8" + "phpunit/phpunit": "^5.0" } } From 1d7c450495c4feab80343afad93369be4aac6f1c Mon Sep 17 00:00:00 2001 From: Ilya Gusev Date: Fri, 26 Oct 2018 23:10:49 +0300 Subject: [PATCH 3/3] Revert "upd phpunit" This reverts commit 560ad1e3e6b0692ce65b5dce6c9e31e07c8c6ca6. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbd8e8f..fee33ca 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,6 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "~4.8" } }