Browse Source

updated Aauth/ErrorsTest.php

v3-dev
REJack 6 years ago
parent
commit
ff059db802
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      tests/Aauth/Libraries/Aauth/ErrorsTest.php

2
tests/Aauth/Libraries/Aauth/ErrorsTest.php

@ -75,6 +75,6 @@ class ErrorsTest extends \CIUnitTestCase
$this->library = new Aauth(NULL, $session);
$this->assertNull($session->get('errors'));
$this->library->error('test message 1', true);
$this->assertCount(1, $session->get('errors'));
$this->assertCount(1, $session->errors);
}
}

Loading…
Cancel
Save