From 19c47936364da72a1e90185fbe8038aac7b8aa05 Mon Sep 17 00:00:00 2001 From: "Eirik S. Morland" Date: Mon, 16 Oct 2023 22:10:16 +0200 Subject: [PATCH] Add a test for package to check --- tests/Integration/PackageToCheckTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/Integration/PackageToCheckTest.php diff --git a/tests/Integration/PackageToCheckTest.php b/tests/Integration/PackageToCheckTest.php new file mode 100644 index 0000000..1d4eb34 --- /dev/null +++ b/tests/Integration/PackageToCheckTest.php @@ -0,0 +1,19 @@ +setPackageToCheckHasUpdated($this->package); + return $updater; + } + +} \ No newline at end of file