From f6a8facfd4bfc40025c069eebc37094d826aff58 Mon Sep 17 00:00:00 2001 From: wn_ Date: Mon, 9 Dec 2024 17:58:28 +0000 Subject: Bump 'spomky-labs/otphp' to 11.3.x. This is mainly for PHP 8.4 compatibility. --- .../safe/tests/DateTimeImmutableTest.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/thecodingmachine/safe/tests/DateTimeImmutableTest.php (limited to 'vendor/thecodingmachine/safe/tests') diff --git a/vendor/thecodingmachine/safe/tests/DateTimeImmutableTest.php b/vendor/thecodingmachine/safe/tests/DateTimeImmutableTest.php deleted file mode 100644 index 83bdd1e8f..000000000 --- a/vendor/thecodingmachine/safe/tests/DateTimeImmutableTest.php +++ /dev/null @@ -1,21 +0,0 @@ -format(\DateTimeInterface::ATOM), $safeImmutableDate->format(\DateTimeInterface::ATOM)); - - $safeDate = new \Safe\DateTime('2021-10-16T12:30:16+00:00'); - $safeImmutableDate = \Safe\DateTimeImmutable::createFromMutable($safeDate); - - self::assertSame($safeDate->format(\DateTimeInterface::ATOM), $safeImmutableDate->format(\DateTimeInterface::ATOM)); - } -} -- cgit v1.2.3-54-g00ecf