Skip to content

Commit

Permalink
Merge pull request #840 from simPod/master
Browse files Browse the repository at this point in the history
Fix CS
  • Loading branch information
Ocramius authored May 9, 2018
2 parents fa95f1a + f1f6aa4 commit de19a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Doctrine/Tests/Common/ClassLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public function testGetClassLoader()

public function testClassExistsWithSilentAutoloader()
{
$test = $this;
$silentLoader = function ($className) use ($test) {
$test = $this;
$silentLoader = function ($className) use ($test) {
$test->assertSame('ClassLoaderTest\ClassE', $className);
require __DIR__ . '/ClassLoaderTest/ClassE.php';
};
Expand Down

0 comments on commit de19a0b

Please sign in to comment.