Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit a6ab6c4

Browse files
committed
Update phpunit dist
1 parent 495198b commit a6ab6c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.phpunit.cache/test-results

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":1,"defects":[],"times":{"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_returns_null_when_it_fails_and_throw_is_false":0.011,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_throws_exception_when_http_fails_and_throw_is_true":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_throws_exception_when_networking_error_occurs_and_throw_is_true":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_throws_exception_it_fails_and_throw_is_true_with_a_callback":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_returns_conversion_rate_when_successful":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_throws_exception_when_base_currency_is_missing":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::it_throws_exception_when_target_currency_is_missing":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::amount_has_default_when_missing":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::dynamic_method_call_adds_to_query_param_if_method_is_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::dynamic_method_call_fails_if_method_is_not_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyConversionTest::dynamic_method_call_fails_if_method_call_has_no_parameters":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::it_returns_null_when_it_fails_and_throw_is_false":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::it_throws_exception_when_http_fails_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::it_throws_exception_when_networking_error_occurs_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::it_returns_null_when_the_returned_rates_are_empty":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::dynamic_method_call_adds_to_query_param_if_method_is_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyFluctuationsTest::dynamic_method_call_fails_if_method_is_not_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::it_returns_null_when_it_fails_and_throw_is_false":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::it_throws_exception_when_http_fails_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::it_throws_exception_when_networking_error_occurs_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::dynamic_method_call_adds_to_query_param_if_method_is_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::dynamic_method_call_fails_if_method_is_not_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyHistoricalRatesTest::dynamic_method_call_fails_if_method_call_has_no_parameters":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::it_returns_null_when_it_fails_and_throw_is_false":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::it_throws_exception_when_http_fails_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::it_throws_exception_when_networking_error_occurs_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::it_returns_conversion_rate_when_successful":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::dynamic_method_call_adds_to_query_param_if_method_is_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::dynamic_method_call_fails_if_method_is_not_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyLatestRatesTest::dynamic_method_call_fails_if_method_call_has_no_parameters":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::it_returns_null_when_it_fails_and_throw_is_false":0.001,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::it_throws_exception_when_http_fails_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::it_throws_exception_when_networking_error_occurs_and_throw_is_true":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::it_returns_null_when_the_returned_rates_are_empty":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::dynamic_method_call_adds_to_query_param_if_method_is_available":0,"AmrShawky\\LaravelCurrency\\Tests\\CurrencyTimeSeriesRatesTest::dynamic_method_call_fails_if_method_is_not_available":0,"AmrShawky\\LaravelCurrency\\Tests\\HttpClientTest::it_add_options_client":0.001,"AmrShawky\\LaravelCurrency\\Tests\\HttpClientTest::it_indicate_that_tls_should_not_be_verified":0}}

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage processUncoveredFiles="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache">
3+
<coverage>
44
<include>
55
<directory suffix=".php">./src</directory>
66
</include>

0 commit comments

Comments
 (0)