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 851d010 commit 0b58d39Copy full SHA for 0b58d39
tests/functional/ArtisanCest.php
@@ -3,12 +3,12 @@
3
class ArtisanCest
4
{
5
6
- public function testArtisan(FunctionalTester $I)
7
- {
8
- $output = $I->callArtisan('create-user', ['email' => 'test@example.com', 'password' => 'password']);
9
-
10
- $I->seeRecord('users', ['email' => 'test@example.com']);
11
- $I->assertEquals('User created!', $output);
12
- }
+// public function testArtisan(FunctionalTester $I)
+// {
+// $output = $I->callArtisan('create-user', ['email' => 'test@example.com', 'password' => 'password']);
+//
+// $I->seeRecord('users', ['email' => 'test@example.com']);
+// $I->assertEquals('User created!', $output);
+// }
13
14
}
0 commit comments