Код: Выделить всё
1) DeletePulseMutationTest::testDeletePulseDeletesCorrectResources
BadMethodCallException: Call to undefined method Database\Factories\PulseAnswerFactory::getRelated()
Код: Выделить всё
Pulse::factory()->create([
'pulse_period_start_date' => '2021-01-01',
'pulse_period_end_date' => '2021-01-31',
'submitted_by_id' => $submitter,
'reviewed_by_id' => $reviewer,
'reviewed_at' => '2021-02-01'
])->has(
PulseAnswer::factory()->count(1)
->has(PulseReply::factory()->count(1))
);
Подробнее здесь: https://stackoverflow.com/questions/791 ... lseanswerf
Мобильная версия