1 | <?php |
||
9 | class OAuth2ServiceProviderTest extends \Codeception\TestCase\Test |
||
10 | { |
||
11 | use \Codeception\Specify; |
||
12 | |||
13 | /** |
||
14 | * @var \UnitTester |
||
15 | */ |
||
16 | protected $tester; |
||
17 | |||
18 | /** |
||
19 | * @var MockApplication |
||
20 | */ |
||
21 | protected $app; |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | protected function setup() |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | */ |
||
37 | public function testAssertCanBeRegistered() |
||
44 | |||
45 | /** |
||
46 | * |
||
47 | */ |
||
48 | public function testAssertFacade() |
||
54 | } |
||
55 |