mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Do not require name of class by BaseTestCaseTrait::assertMethodVisibilityAndArguments() method
This commit is contained in:
@@ -332,7 +332,6 @@ class CollectionTest extends BaseTestCase
|
||||
$method = $reflectionClass->getMethod('exists');
|
||||
|
||||
static::assertMethodVisibilityAndArguments(
|
||||
Collection::class,
|
||||
$method,
|
||||
OopVisibilityType::IS_PRIVATE,
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user