Skip to content

Commit

Permalink
Drop call to CallableWrapper::initialize().
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Mar 28, 2014
1 parent cb7617b commit 18eaca2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"require": {
"php": ">=5.3.0",
"erebot/api": "dev-master",
"erebot/timer": "dev-master",
"erebot/installers": "dev-master",
"erebot/generic-doc": "dev-master"
},
Expand Down
43 changes: 22 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/WatchListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class WatchListTest
{
public function setUp()
{
\Erebot\CallableWrapper::initialize();
$this->_module = new WatchListTestHelper(NULL);
parent::setUp();
$this->_module->reloadModule($this->_connection, 0);
Expand Down

0 comments on commit 18eaca2

Please sign in to comment.