Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Correct order of expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Crivelli <[email protected]>
  • Loading branch information
PowerKiKi committed Dec 6, 2021
1 parent e722f1e commit e927d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ClassFileLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ public function testIgnoresMethodsNamedAfterKeywords()
}, []);

$expected = [
TestAsset\WithMethodsNamedAfterKeywords\WithReturnTypeDeclaration::class,
TestAsset\WithMethodsNamedAfterKeywords\WithoutReturnTypeDeclaration::class,
TestAsset\WithMethodsNamedAfterKeywords\WithReturnTypeDeclaration::class,
];

$this->assertEquals($expected, $classNames, '', 0.0, 10, true);
Expand Down

0 comments on commit e927d7b

Please sign in to comment.