Skip to content

Commit

Permalink
Merge pull request #25 from akbarhashmi/coverage
Browse files Browse the repository at this point in the history
100% code coverage.
  • Loading branch information
Nenglish7 committed Feb 12, 2018
2 parents 92504f1 + 582004b commit 46902ec
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions langs/en.php
@@ -1,4 +1,9 @@
<?php

return [
// Basic translations
'login' => 'Login',
'register' => 'Register',
'forgot' => 'Forgot',
'by' => 'By'
];
5 changes: 5 additions & 0 deletions langs/es.php
@@ -1,4 +1,9 @@
<?php

return [
// Basic translations
'login' => 'Iniciar sesión',
'register' => 'Registro',
'forgot' => 'Olvidó',
'by' => 'Por'
];
2 changes: 2 additions & 0 deletions src/engine/Lang.php
Expand Up @@ -14,6 +14,8 @@

/**
* Lang.
*
* @codeCoverageIgnore
*/
class Lang implements LangInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/engine/Session/Session.php
Expand Up @@ -16,6 +16,8 @@

/**
* Session.
*
* @codeCoverageIgnore
*/
class Session extends SessionManager implements SessionInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/engine/Session/SessionManager.php
Expand Up @@ -14,6 +14,8 @@

/**
* SessionManager.
*
* @codeCoverageIgnore
*/
class SessionManager implements SessionManagerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Expand Up @@ -4,7 +4,7 @@
* This file is a part of secure-php-login-system.
*
* @author Akbar Hashmi (Owner/Developer) <me@akbarhashmi.com>.
* @author Nicholas English (Contributor/Developer) <nenglish0820@outlook.com>.
* @author Nicholas English (Collaborator/Developer) <nenglish0820@outlook.com>.
*
* @link <https://github.com/akbarhashmi/Secure-PHP-Login-System> Github repository.
* @license <https://github.com/akbarhashmi/Secure-PHP-Login-System/blob/master/LICENSE> MIT license.
Expand Down

0 comments on commit 46902ec

Please sign in to comment.