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

Commit

Permalink
Update phpunit dist
Browse files Browse the repository at this point in the history
  • Loading branch information
amrshawky committed Feb 17, 2023
1 parent 495198b commit a6ab6c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -0,0 +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}}
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<coverage processUncoveredFiles="true">
<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">
<coverage>
<include>
<directory suffix=".php">./src</directory>
</include>
Expand Down

0 comments on commit a6ab6c4

Please sign in to comment.