We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50458bc commit 5712645Copy full SHA for 5712645
tests/Feature/ImportExport/ManifestTest.php
@@ -131,7 +131,7 @@ public function testGetProcessManager()
131
$payload = $exporter->payload();
132
133
$processManager = $payload['export'][$process->uuid]['process_manager'];
134
- $this->assertEquals('John Doe', $processManager);
+ $this->assertEquals('John Doe', $processManager[0]);
135
}
136
137
public function testWarningIfExporterClassMissing()
0 commit comments