Skip to content

Commit

Permalink
Don’t need these.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Feb 13, 2025
1 parent f7f328c commit e6fcb14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Routing/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public function it_renders_a_view_with_placeholders_using_a_data_closure()
#[Test]
public function it_renders_with_placeholders_using_both_view_and_data_closures()
{
$this->withoutExceptionHandling();
$this->viewShouldReturnRaw('layout', '{{ template_content }}');
$this->viewShouldReturnRaw('test', 'Hello {{ hello }}');

Expand All @@ -239,7 +238,6 @@ public function it_renders_a_view_with_custom_layout()
#[DataProvider('undefinedLayoutRouteProvider')]
public function it_renders_a_view_without_a_layout($route)
{
$this->withoutExceptionHandling();
$this->viewShouldReturnRaw('layout', 'The layout {{ template_content }}');
$this->viewShouldReturnRaw('test', 'Hello {{ hello }}');

Expand Down Expand Up @@ -287,7 +285,6 @@ public function it_loads_content_by_uri()
#[Test]
public function it_renders_a_view_with_custom_content_type()
{
$this->withoutExceptionHandling();
$this->viewShouldReturnRaw('layout', '{{ template_content }}');
$this->viewShouldReturnRaw('test', '{"hello":"{{ hello }}"}');

Expand Down

0 comments on commit e6fcb14

Please sign in to comment.