From 9c4afbed2310aa0c4679d11b9f568c234d202554 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 4 Jan 2016 15:12:59 +0100 Subject: Initial commit --- tests/ExampleTest.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/ExampleTest.php (limited to 'tests/ExampleTest.php') diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php new file mode 100644 index 0000000..67c9299 --- /dev/null +++ b/tests/ExampleTest.php @@ -0,0 +1,15 @@ +visit('/') + ->see('Lumen.'); + } +} -- cgit v1.2.3