Commit f284c84c authored by Jack'lul's avatar Jack'lul

Remove this

parent ca98645e
...@@ -38,7 +38,6 @@ class CommandTestCase extends TestCase ...@@ -38,7 +38,6 @@ class CommandTestCase extends TestCase
public function setUp() public function setUp()
{ {
$this->telegram = new Telegram(self::$dummy_api_key, 'testbot'); $this->telegram = new Telegram(self::$dummy_api_key, 'testbot');
$this->telegram->addCommandsPath(BASE_COMMANDS_PATH . '/UserCommands');
// Add custom commands dedicated to do some tests. // Add custom commands dedicated to do some tests.
$this->telegram->addCommandsPath(__DIR__ . '/CustomTestCommands'); $this->telegram->addCommandsPath(__DIR__ . '/CustomTestCommands');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment