From d80d1d27c3a5dcea6f341e0bc29653acfde6b5ea Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 30 Mar 2025 22:25:24 +0100 Subject: Setup some basic tests --- tests/Unit/ManifestParserTest.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/Unit/ManifestParserTest.php (limited to 'tests/Unit') diff --git a/tests/Unit/ManifestParserTest.php b/tests/Unit/ManifestParserTest.php new file mode 100644 index 0000000..fe88daa --- /dev/null +++ b/tests/Unit/ManifestParserTest.php @@ -0,0 +1,11 @@ +parse($data); + + expect($result)->toMatchArray(['main.js' => 'main.testing.js']); +}); -- cgit v1.2.3