From c138e99098653a51c8379b59d6de554efb5eb56a Mon Sep 17 00:00:00 2001 From: Edgard Barquero Date: Tue, 24 Oct 2017 08:23:09 -0600 Subject: [PATCH 1/2] Update files.blade.php Sometimes files are not in the root directory of the domain eg: www.mydomain.com/larveltest/js/fullcalendar.js This change solves it --- src/views/files.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/files.blade.php b/src/views/files.blade.php index 9558522..0bb0894 100644 --- a/src/views/files.blade.php +++ b/src/views/files.blade.php @@ -1,12 +1,12 @@ - - + + - + - - + + @if($include_gcal) - -@endif \ No newline at end of file + +@endif From eb3eb198af12f3e4850641a04f4c779aa3038e09 Mon Sep 17 00:00:00 2001 From: Edgard Barquero Date: Tue, 24 Oct 2017 10:20:23 -0600 Subject: [PATCH 2/2] Update FullcalendarTest.php make test pass --- tests/Integration/FullcalendarTest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/Integration/FullcalendarTest.php b/tests/Integration/FullcalendarTest.php index 1ef69ab..3df2aff 100644 --- a/tests/Integration/FullcalendarTest.php +++ b/tests/Integration/FullcalendarTest.php @@ -25,13 +25,13 @@ public function generate_event_with_id() // This looks terrible, I'm sorry... $this->assertEquals("
- - + + - + - - + + ", $calendar->generate()); } -} \ No newline at end of file +}