Skip to content

Commit 06c9055

Browse files
TomasVotrubajaapio
authored andcommitted
rebase
1 parent f5dce21 commit 06c9055

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/unit/TypeResolverTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,4 @@ public function provideFqcn()
599599
];
600600
}
601601

602-
public function tearDown()
603-
{
604-
\Mockery::close();
605-
}
606602
}

tests/unit/Types/ContextFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public function testReadsAliasesFromClassReflection()
5252
'DocBlock' => DocBlock::class,
5353
'Tag' => Tag::class,
5454
'phpDocumentor' => 'phpDocumentor',
55+
'TestCase' => TestCase::class,
5556
ReflectionClass::class => ReflectionClass::class,
56-
'TestCase' => TestCase::class
5757
];
5858
$context = $fixture->createFromReflector(new ReflectionClass($this));
5959

@@ -84,8 +84,8 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
8484
'DocBlock' => DocBlock::class,
8585
'Tag' => Tag::class,
8686
'phpDocumentor' => 'phpDocumentor',
87-
ReflectionClass::class => ReflectionClass::class,
8887
'TestCase' => TestCase::class,
88+
ReflectionClass::class => ReflectionClass::class,
8989
];
9090
$context = $fixture->createForNamespace(__NAMESPACE__, file_get_contents(__FILE__));
9191

0 commit comments

Comments
 (0)