tests should be working / build should suceed now
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Failing after 4m30s
CI / testsuite (pgsql, 8.2, ) (push) Failing after 8m57s
CI / testsuite (mysql, 8.4, ) (push) Has started running
CI / testsuite (pgsql, 8.4, ) (push) Has started running
CI / testsuite (sqlite, 8.2, ) (push) Has started running
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Has been cancelled
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Failing after 4m30s
CI / testsuite (pgsql, 8.2, ) (push) Failing after 8m57s
CI / testsuite (mysql, 8.4, ) (push) Has started running
CI / testsuite (pgsql, 8.4, ) (push) Has started running
CI / testsuite (sqlite, 8.2, ) (push) Has started running
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Has been cancelled
This commit is contained in:
@@ -3,7 +3,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace CakeContactUs\Test\Fixture;
|
||||
|
||||
use Cake\I18n\FrozenTime;
|
||||
use Cake\TestSuite\Fixture\TestFixture;
|
||||
use Cake\Utility\Text;
|
||||
|
||||
@@ -12,8 +11,6 @@ use Cake\Utility\Text;
|
||||
*/
|
||||
class ContactUsFormSubmissionsFixture extends TestFixture {
|
||||
|
||||
public string $table = 'contact_us_form_submissions';
|
||||
|
||||
/**
|
||||
* Init method
|
||||
*
|
||||
@@ -23,7 +20,7 @@ class ContactUsFormSubmissionsFixture extends TestFixture {
|
||||
$this->records = [
|
||||
[
|
||||
'id' => Text::uuid(),
|
||||
'submitted_at' => new FrozenTime(),
|
||||
'submitted_at' => '2018-07-21 16:11:03',
|
||||
'client_ip' => 'cli',
|
||||
'first_name' => 'test',
|
||||
'last_name' => 'test',
|
||||
|
||||
Reference in New Issue
Block a user