where('key', 'supplier_export_mode')->first(); expect($row)->not->toBeNull() ->and($row->value)->toBe('batch') ->and($row->type)->toBe('string'); });