Skip to content

Fix error on principal-property-search report without requested propeperties - #1611

Open
alecpl wants to merge 1 commit into
sabre-io:masterfrom
alecpl:dev/fix-989
Open

alecpl wants to merge 1 commit into
sabre-io:masterfrom
alecpl:dev/fix-989

Conversation

@alecpl

@alecpl alecpl commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

Fixes #989

@codecov

codecov Bot commented Dec 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.24%. Comparing base (ed901a9) to head (0a0334e).
⚠️ Report is 89 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1611      +/-   ##
============================================
+ Coverage     97.23%   97.24%   +0.01%     
  Complexity     2836     2836              
============================================
  Files           175      175              
  Lines          9028     8852     -176     
============================================
- Hits           8778     8608     -170     
+ Misses          250      244       -6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

}
}

public function testEmptyRequestProperties()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function testEmptyRequestProperties()
public function testEmptyRequestProperties(): void

$server = $this->getServer();
$server->httpRequest = $request;

$server->exec();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$server->exec();
$server->start();

exec is deprecated, let's not use it in new code :)

@alecpl

alecpl commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

@phil-davis ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get http 500 while requesting principal-property-search with only one property

2 participants