Skip to content

Commit

Permalink
Renamed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 2, 2025
1 parent 5883b0f commit 7ec4a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/EvalArrayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function no_mode()
/**
* @test
*/
public function A59_a6_sd_collision()
public function A59_a6()
{
$expectedUnfilteredNormd = [ 0.5, -0.3, 0, 0.5, -1.0, 0, -1.0, 0, 0, 0, 1.0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 1.0, 0, 0, 0, -1.0, 0, 0, 0, 0, 0.5, -1.0, -1.0 ];
$expectedNormd = [ -1.0, -1.0, -1.0, -1.0, -1.0, -0.3, 0.5, 0.5, 0.5, 0.5, 1.0, 1.0 ];
Expand Down Expand Up @@ -192,7 +192,7 @@ public function A59_a6_sd_collision()
/**
* @test
*/
public function A59_Ba6_sd_collision()
public function A59_Ba6()
{
$expectedUnfilteredNormd = [ 0.5, -0.3, 0, 0.5, -1.0, 0, -1.0, 0, 0, 0, 1.0, 0, 0.5, 0, 0, 0, 0, 0, 0, 0, 1.0, 0, 0, 0, -1.0, 0, 0, 0, 0, 0.5, 0.67, -1.0 ];
$expectedNormd = [ -1.0, -1.0, -1.0, -1.0, -0.3, 0.5, 0.5, 0.5, 0.5, 0.67, 1.0, 1.0 ];
Expand Down

0 comments on commit 7ec4a8f

Please sign in to comment.