Fixed date in member ShowTest
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
946a6c93b2
commit
71da52791d
|
@ -23,15 +23,10 @@ class ShowTest extends TestCase
|
||||||
{
|
{
|
||||||
use DatabaseTransactions;
|
use DatabaseTransactions;
|
||||||
|
|
||||||
public function setUp(): void
|
|
||||||
{
|
|
||||||
parent::setUp();
|
|
||||||
|
|
||||||
Carbon::setTestNow(Carbon::parse('2006-01-01 15:00:00'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testItShowsSingleMember(): void
|
public function testItShowsSingleMember(): void
|
||||||
{
|
{
|
||||||
|
Carbon::setTestNow(Carbon::parse('2006-01-01 15:00:00'));
|
||||||
|
|
||||||
$this->withoutExceptionHandling()->login()->loginNami();
|
$this->withoutExceptionHandling()->login()->loginNami();
|
||||||
$member = Member::factory()
|
$member = Member::factory()
|
||||||
->defaults()
|
->defaults()
|
||||||
|
|
Loading…
Reference in New Issue