chore: adjusts tests

This commit is contained in:
Nuno Maduro
2024-06-27 01:41:34 +01:00
parent 5c3bf469d5
commit 474b9b7e17
10 changed files with 41 additions and 14 deletions

View File

@ -613,8 +613,6 @@ final class Expectation
/**
* Asserts that the given expectation target to use the given trait.
*
* @param string $trait
*/
public function toUseTrait(string $trait): ArchExpectation
{
@ -703,8 +701,6 @@ final class Expectation
);
}
/**
* Asserts that the given expectation target to implement the given interfaces.
*