Do not require name of class by BaseTestCaseTrait::assertMethodVisibilityAndArguments() method

This commit is contained in:
Meritoo
2019-06-17 08:43:40 +02:00
parent c4e09f77a3
commit 3b81d0d932
3 changed files with 1 additions and 12 deletions

View File

@@ -332,7 +332,6 @@ class CollectionTest extends BaseTestCase
$method = $reflectionClass->getMethod('exists');
static::assertMethodVisibilityAndArguments(
Collection::class,
$method,
OopVisibilityType::IS_PRIVATE,
1,