Skip to content

Commit 3cb072a

Browse files
author
Ashura
committed
Remove line breaks on assertSame of ApplicationTest
1 parent 9e8a551 commit 3cb072a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/ApplicationTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ public function register_app_instance_to_container()
4343

4444
$app->handle(RequestFactory::create());
4545

46-
$this->assertSame(
47-
$app,
48-
$instance
49-
);
46+
$this->assertSame($app, $instance);
5047
}
5148
}

0 commit comments

Comments
 (0)