| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class NotificationsTableTest extends TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Fixtures. |
||
| 17 | * |
||
| 18 | * @var array |
||
| 19 | */ |
||
| 20 | public $fixtures = [ |
||
| 21 | 'app.Notifications', |
||
| 22 | 'app.Developers', |
||
| 23 | 'app.Reports', |
||
| 24 | 'app.Incidents', |
||
| 25 | ]; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * setUp method. |
||
| 29 | */ |
||
| 30 | public function setUp(): void |
||
| 34 | } |
||
| 35 | |||
| 36 | public function testAddNotifications(): void |
||
| 48 |