Skip to content

Commit

Permalink
Fix tests/TestCase.php (#94)
Browse files Browse the repository at this point in the history
Hello,

I've run into this small issue where the namespace for BotManTester is wrong.
All the tests pass because this is just an annotation but without this change, all Tests->bot show you a reference to non existing "App\BotManTester" :)

Hope this makes sence.
Thank you for this project.
  • Loading branch information
steache authored Jun 23, 2020
1 parent 8855bdd commit 8f257ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tests;

use App\BotManTester;
use BotMan\BotMan\BotMan;
use BotMan\Studio\Testing\BotManTester;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
Expand Down

0 comments on commit 8f257ea

Please sign in to comment.