* Added unittests + travis-ci yml

This commit is contained in:
RobThree
2015-03-20 13:07:52 +01:00
parent 9e417bdb2f
commit 1db877ac79
3 changed files with 192 additions and 0 deletions
+3
View File
@@ -39,6 +39,7 @@
<Compile Include=".gitignore" />
<Compile Include="README.md" />
<Compile Include="lib\TwoFactorAuthException.php" />
<Compile Include="tests\TwoFactorAuthTest.php" />
</ItemGroup>
<ItemGroup>
<Folder Include="lib\" />
@@ -46,8 +47,10 @@
<Folder Include="lib\Providers\Qr\" />
<Folder Include="lib\Providers\Rng\" />
<Folder Include="demo\" />
<Folder Include="tests\" />
</ItemGroup>
<ItemGroup>
<Content Include=".travis.yml" />
<Content Include="composer.json" />
<Content Include="logo.png" />
<Content Include="multifactorauthforeveryone.png" />