Skip to content

Instantly share code, notes, and snippets.

@devmsh
Created December 11, 2018 12:13
Show Gist options
  • Select an option

  • Save devmsh/17afd2d95746926cd78118909678986f to your computer and use it in GitHub Desktop.

Select an option

Save devmsh/17afd2d95746926cd78118909678986f to your computer and use it in GitHub Desktop.
UserUpdateTest2.php
<?php
class UserUpdateTest extends TestCase
{
public function setUp()
{
parent::setUp();
$this->migrate([
self::DATABASE_MIGRATIONS_USER,
]);
$this->seed(\MaritalStatusesSeeder::class);
}
public function test_user_can_update_profile(){ /* same code */ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment