Skip to content

Commit

Permalink
Added classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Németh Balázs authored and niden committed Apr 29, 2019
1 parent cee29f8 commit 3f7f7b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/unit/Flash/Session/OutputCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ class OutputCest
{
use DiTrait;

/**
* @var array
*/
protected $classes = [
'success' => 'successMessage',
'notice' => 'noticeMessage',
'warning' => 'warningMessage',
'error' => 'errorMessage',
];

public function _before(UnitTester $I)
{
$this->newDi();
Expand Down

0 comments on commit 3f7f7b7

Please sign in to comment.