Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Apr 8, 2024
1 parent 452932d commit cd53b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified qit
Binary file not shown.
4 changes: 3 additions & 1 deletion src/src/LocalTests/E2E/Runner/PlaywrightRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,17 @@ public function run_test( E2EEnvInfo $env_info, array $test_infos, TestResult $t
}

/**
* // phpcs:disable
* @param array<string,array{
* extension:string,
* type:string,
* test_tag:string,
* path_in_container:string,
* path_in_host:string
* }> $test_infos
* // phpcs:enable
*
* @return array<string,array<string,scalar>
* @return array<int,array<string,scalar>>
*/
protected function make_projects( array $test_infos ): array {
$projects = [];
Expand Down

0 comments on commit cd53b26

Please sign in to comment.