Skip to content

Commit 10ba631

Browse files
CS
1 parent 8df9953 commit 10ba631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MatchesSnapshots.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function assertMatchesSnapshot($actual, Driver $driver = null)
1414
{
1515
$snapshot = $this->createSnapshotWithDriver($driver ?? new VarDriver());
1616

17-
$this->doSnapShotAssertion($snapshot, $actual);
17+
$this->doSnapshotAssertion($snapshot, $actual);
1818
}
1919

2020
public function assertMatchesXmlSnapshot($actual)
@@ -75,7 +75,7 @@ protected function createSnapshotWithDriver(Driver $driver): Snapshot
7575
);
7676
}
7777

78-
protected function doSnapShotAssertion(Snapshot $snapshot, $actual)
78+
protected function doSnapshotAssertion(Snapshot $snapshot, $actual)
7979
{
8080
if (! $snapshot->exists()) {
8181
$snapshot->create($actual);

0 commit comments

Comments
 (0)