Skip to content

Commit f50d60b

Browse files
committed
One test case added for configuring Travis.CI
1 parent 9fd0ea3 commit f50d60b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/TwoFactorAuthenticationTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
class TwoFactorAuthenticationTest extends BaseTestCase
66
{
7+
/**
8+
* Test Users count after inserting one row
9+
* @test
10+
*/
11+
public function getUsers()
12+
{
13+
$this->assertEquals(\DB::table('users')->count(), 1);
14+
}
15+
716
protected function getPackageProviders($app)
817
{
918
return [

0 commit comments

Comments
 (0)