Skip to content

Commit

Permalink
call assertion statically
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jan 31, 2017
1 parent fc97f51 commit 77c67e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DriverFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public function testItSupportsGlobalBasenameOptionOnFileDrivers()
$factory = new DriverFactory();

$driver = $factory($container->reveal());
$this->assertSame($globalBasename, $driver->getGlobalBasename());
static::assertSame($globalBasename, $driver->getGlobalBasename());
}
}

0 comments on commit 77c67e2

Please sign in to comment.