Skip to content

Commit

Permalink
Update FullcalendarTest.php
Browse files Browse the repository at this point in the history
make test pass
  • Loading branch information
barquerox authored Oct 24, 2017
1 parent c138e99 commit eb3eb19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Integration/FullcalendarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ public function generate_event_with_id()

// This looks terrible, I'm sorry...
$this->assertEquals("<div id='fullcalendar'></div><!-- fullcalendar css -->
<link href=\"/css/fullcalendar.print.css\" rel=\"stylesheet\" media=\"print\">
<link href=\"/css/fullcalendar.css\" rel=\"stylesheet\">
<link href=\"http://localhost/css/fullcalendar.print.css\" rel=\"stylesheet\" media=\"print\">
<link href=\"http://localhost/css/fullcalendar.css\" rel=\"stylesheet\">
<!-- moment js -->
<script src=\"/js/moment.js\"></script>
<script src=\"http://localhost/js/moment.js\"></script>
<!-- fullcalendar js -->
<script src=\"/js/fullcalendar.js\"></script>
<script src=\"/js/locale-all.js\"></script>
<script src=\"http://localhost/js/fullcalendar.js\"></script>
<script src=\"http://localhost/js/locale-all.js\"></script>
<script type=\"text/javascript\">
Expand All @@ -41,4 +41,4 @@ public function generate_event_with_id()
</script>
", $calendar->generate());
}
}
}

0 comments on commit eb3eb19

Please sign in to comment.