Skip to content

Commit

Permalink
Update mathcat_test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralferlebach committed Oct 19, 2024
1 parent 234267a commit 63416f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/mathcat_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ public function test_newton_raphson_multi_stable(): void {
/**
* Test if array_to_vector and vector_to_array work as expected
*
* @param array $data
* @param array $given
* @param array $expected
* @param array $structure
* @return void
*/
public function test_conversion_of_array_to_vector($given, $expected, $structure): void {
Expand Down

0 comments on commit 63416f2

Please sign in to comment.