From 091cbe9733fae70b7b7788f9965a795f484a68be Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 9 Jan 2020 11:27:49 +0100 Subject: [PATCH] Use strict_types in tests --- tests/AbstractTestCase.php | 6 ++++-- tests/Context/AutoContextTest.php | 2 ++ tests/Context/CashContextTest.php | 2 ++ tests/Context/CustomContextTest.php | 2 ++ tests/Context/DefaultContextTest.php | 2 ++ tests/CurrencyConverterTest.php | 2 ++ tests/CurrencyTest.php | 2 ++ tests/ExchangeRateProvider/BaseCurrencyProviderTest.php | 2 ++ tests/ExchangeRateProvider/CachedProviderTest.php | 2 ++ tests/ExchangeRateProvider/ConfigurableProviderTest.php | 2 ++ tests/ExchangeRateProvider/PDOProviderTest.php | 2 ++ tests/ExchangeRateProvider/ProviderChainTest.php | 2 ++ tests/ExchangeRateProvider/ProviderMock.php | 2 ++ tests/ISOCurrencyProviderTest.php | 2 ++ tests/MoneyBagTest.php | 2 ++ tests/MoneyComparatorTest.php | 2 ++ tests/MoneyTest.php | 2 ++ tests/RationalMoneyTest.php | 2 ++ 18 files changed, 38 insertions(+), 2 deletions(-) diff --git a/tests/AbstractTestCase.php b/tests/AbstractTestCase.php index 2e2b837..f72b23a 100644 --- a/tests/AbstractTestCase.php +++ b/tests/AbstractTestCase.php @@ -1,5 +1,7 @@