From 61561e1f7bcdab5f40f13674afc20096f1594883 Mon Sep 17 00:00:00 2001 From: Ahmed Nagi Date: Sat, 20 Jul 2024 19:18:41 +0300 Subject: [PATCH] upgrade to latest goodies --- .phpunit.cache/test-results | 1 + phpunit.xml.dist.bak | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 .phpunit.cache/test-results create mode 100644 phpunit.xml.dist.bak diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results new file mode 100644 index 0000000..a9fa5c3 --- /dev/null +++ b/.phpunit.cache/test-results @@ -0,0 +1 @@ +{"version":"pest_2.34.9","defects":[],"times":{"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_parse_xml_string":0.018,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_discover_Mime_types":0.008,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_get_capabilities_url":0.001,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_discover_an_extension":0.003,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_discover_an_action":0.004,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_get_current_and_old_proof_exponent":0.001,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_get_current_and_old_public_keys":0.001,"P\\Tests\\Unit\\Services\\DiscoveryTest::__pest_evaluable_it_can_get_current_and_old_proof_modulus":0.001,"P\\Tests\\Unit\\Services\\ProofValidatorTest::__pest_evaluable_it_can_verify_X_WOPI_Proof_with_old_discovery_proof_key":0.026,"P\\Tests\\Unit\\Services\\ProofValidatorTest::__pest_evaluable_it_can_verify_X_WOPI_Proof_with_current_discovery_proof_key":0.001,"P\\Tests\\Unit\\Services\\ProofValidatorTest::__pest_evaluable_it_can_verify_X_WOPI_ProofOld_with_current_discovery_proof_key":0.002,"P\\Tests\\Unit\\Services\\ProofValidatorTest::__pest_evaluable_it_can_verify_a_request_after_20_minutes":0.001,"P\\Tests\\Unit\\Services\\ProofValidatorTest::__pest_evaluable_it_can_invalidate_proof_key":0.002}} \ No newline at end of file diff --git a/phpunit.xml.dist.bak b/phpunit.xml.dist.bak new file mode 100644 index 0000000..8d53a5f --- /dev/null +++ b/phpunit.xml.dist.bak @@ -0,0 +1,39 @@ + + + + + tests + + + + + ./src + + + + + + + + + + +