1 | <?php |
||
24 | class SMSFactorTest extends AbstractTestCase |
||
25 | { |
||
26 | use FacadeTrait; |
||
27 | |||
28 | /** |
||
29 | * Get the facade accessor. |
||
30 | * |
||
31 | * @return string |
||
32 | */ |
||
33 | protected function getFacadeAccessor() |
||
37 | |||
38 | /** |
||
39 | * Get the facade class. |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | protected function getFacadeClass() |
||
47 | |||
48 | /** |
||
49 | * Get the facade root. |
||
50 | * |
||
51 | * @return string |
||
52 | */ |
||
53 | protected function getFacadeRoot() |
||
57 | } |
||
58 |