File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 <filter >
2323 <whitelist processUncoveredFilesFromWhitelist =" true" >
2424 <directory suffix =" .php" >src/GoogleAuthenticator/</directory >
25- <directory suffix =" .php" >src/Utilities /</directory >
25+ <directory suffix =" .php" >src/Utility /</directory >
2626 <directory suffix =" .php" >src/RFC4226/</directory >
2727 <directory suffix =" .php" >src/RFC6238/</directory >
2828 <file >src/OTP.php</file >
3131 <testsuites >
3232 <testsuite name =" Unit" >
3333 <directory suffix =" Test.php" >tests/Unit/GoogleAuthenticator/</directory >
34- <directory suffix =" Test.php" >tests/Unit/Utilities /</directory >
34+ <directory suffix =" Test.php" >tests/Unit/Utility /</directory >
3535 <directory suffix =" Test.php" >tests/Unit/RFC4226/</directory >
3636 <directory suffix =" Test.php" >tests/Unit/RFC6238/</directory >
3737 <file >tests/Unit/OTPTest.php</file >
Original file line number Diff line number Diff line change 1111
1212namespace LordDashMe \TwoFactorAuth ;
1313
14- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
14+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
1515
1616/**
1717 * One-Time Password Algorithm.
Original file line number Diff line number Diff line change 99 * file that was distributed with this surce code.
1010 */
1111
12- namespace LordDashMe \TwoFactorAuth \Utilities ;
12+ namespace LordDashMe \TwoFactorAuth \Utility ;
1313
1414/**
1515 * Base32 Utility.
Original file line number Diff line number Diff line change 44use PHPUnit \Framework \TestCase ;
55
66use LordDashMe \TwoFactorAuth \RFC6238 \TOTP ;
7- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
7+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
88use LordDashMe \TwoFactorAuth \GoogleAuthenticator \BarcodeURL ;
99use LordDashMe \TwoFactorAuth \GoogleAuthenticator \TOTPFormat ;
1010
Original file line number Diff line number Diff line change 33use Mockery as Mockery ;
44use PHPUnit \Framework \TestCase ;
55
6- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
6+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
77use LordDashMe \TwoFactorAuth \GoogleAuthenticator \BarcodeURL ;
88use LordDashMe \TwoFactorAuth \GoogleAuthenticator \HOTPFormat ;
99use LordDashMe \TwoFactorAuth \GoogleAuthenticator \TOTPFormat ;
Original file line number Diff line number Diff line change 44use PHPUnit \Framework \TestCase ;
55
66use LordDashMe \TwoFactorAuth \OTP ;
7- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
7+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
88
99class OTPTest extends TestCase
1010{
Original file line number Diff line number Diff line change 55use PHPUnit \Framework \TestCase ;
66
77use LordDashMe \TwoFactorAuth \RFC4226 \HOTP ;
8- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
8+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
99
1010class HOTPTest extends TestCase
1111{
Original file line number Diff line number Diff line change 44use PHPUnit \Framework \TestCase ;
55
66use LordDashMe \TwoFactorAuth \RFC6238 \TOTP ;
7- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
7+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
88
99class TOTPTest extends TestCase
1010{
Original file line number Diff line number Diff line change 33use Mockery as Mockery ;
44use PHPUnit \Framework \TestCase ;
55
6- use LordDashMe \TwoFactorAuth \Utilities \Base32 ;
6+ use LordDashMe \TwoFactorAuth \Utility \Base32 ;
77
88class Base32Test extends TestCase
99{
You can’t perform that action at this time.
0 commit comments