We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa5832 commit 164277bCopy full SHA for 164277b
1 file changed
tests/Saver/NullSaverTest.php
@@ -19,7 +19,7 @@ public function testCustomSaver()
19
$profiler->stop();
20
$this->markTestIncomplete('Custom saver not executed');
21
} catch (Exception $e) {
22
- $this->assertEquals('CustomSaver executed', $e->getMessage());
+ $this->assertEquals('NullSaver executed', $e->getMessage());
23
}
24
25
0 commit comments