Skip to content

Commit

Permalink
revert deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
spiechu committed Apr 27, 2019
1 parent b0463db commit 55a20ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AbstractLazyPimpleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function setUp()
{
$this->originalAutoloader = current(spl_autoload_functions());

$this->assertIsCallable($this->originalAutoloader);
$this->assertInternalType('callable', $this->originalAutoloader);

$this->container = require 'container_definition.php';

Expand Down

0 comments on commit 55a20ea

Please sign in to comment.