1 | <?php |
||
9 | class OAuth2ServiceProviderTest extends \Codeception\Test\Unit |
||
10 | { |
||
11 | use \Codeception\Specify; |
||
12 | |||
13 | /** |
||
14 | * @var MockApplication |
||
15 | */ |
||
16 | protected $app; |
||
17 | |||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | protected function setup() |
||
28 | |||
29 | /** |
||
30 | * |
||
31 | */ |
||
32 | public function testAssertCanBeRegistered() |
||
39 | |||
40 | /** |
||
41 | * |
||
42 | */ |
||
43 | public function testAssertFacade() |
||
49 | } |
||
50 |