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 +++++++++++++++ tests/TestCase.php | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/ExampleTest.php create mode 100644 tests/TestCase.php (limited to 'tests') 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.'); + } +} diff --git a/tests/TestCase.php b/tests/TestCase.php new file mode 100644 index 0000000..651d9cb --- /dev/null +++ b/tests/TestCase.php @@ -0,0 +1,14 @@ +