Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover GetDependenciesTrait #146

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update tests/SwaggerServiceTest.php
DenTray authored Dec 11, 2024
commit c5ac94d5e80450a4b3b095440d2db3df0b68a37e
2 changes: 1 addition & 1 deletion tests/SwaggerServiceTest.php
Original file line number Diff line number Diff line change
@@ -714,7 +714,7 @@ public function testAddDataWithNotExistsMethodOnController()

public function testAddDataWithBindingInterface()
DenTray marked this conversation as resolved.
Show resolved Hide resolved
{
$this->app->bind(TestContract::class,TestRequest::class);
$this->app->bind(TestContract::class, TestRequest::class);
$this->mockDriverGetEmptyAndSaveTmpData($this->getJsonFixture('tmp_data_get_user_request'));

$service = app(SwaggerService::class);