Skip to content

Commit

Permalink
Add line break before dataProvider tag
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <mukeshpanchal27@users.noreply.github.com>
  • Loading branch information
westonruter and mukeshpanchal27 committed Jan 12, 2024
1 parent 06ac5fe commit 4bb2ca8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ static function (): int {
/**
* Make sure the expected script is printed.
*
* @dataProvider data_provider_ilo_get_detection_script
* @covers ::ilo_get_detection_script
*
* @dataProvider data_provider_ilo_get_detection_script
*
* @param Closure $set_up Set up callback.
* @param array<string, array{set_up: Closure, expected_exports: array<string, mixed>}> $expected_exports Expected exports.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static function (): int {
* Test ilo_get_url_metric_storage_lock_ttl().
*
* @covers ::ilo_get_url_metric_storage_lock_ttl
*
* @dataProvider data_provider_ilo_get_url_metric_storage_lock_ttl
*
* @param Closure $set_up Set up.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function data_provider_test_ilo_parse_stored_url_metrics(): array {
* Test ilo_parse_stored_url_metrics().
*
* @covers ::ilo_parse_stored_url_metrics
*
* @dataProvider data_provider_test_ilo_parse_stored_url_metrics
*/
public function test_ilo_parse_stored_url_metrics( string $post_content, array $expected_value ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function ( $params ) {
*
* @covers ::ilo_register_endpoint
* @covers ::ilo_handle_rest_request
*
* @dataProvider data_provider_invalid_params
*/
public function test_rest_request_bad_params( array $params ) {
Expand Down

0 comments on commit 4bb2ca8

Please sign in to comment.