We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd0ea3 commit f50d60bCopy full SHA for f50d60b
tests/TwoFactorAuthenticationTest.php
@@ -4,6 +4,15 @@
4
5
class TwoFactorAuthenticationTest extends BaseTestCase
6
{
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
+
16
protected function getPackageProviders($app)
17
18
return [
0 commit comments