Skip to content

Commit

Permalink
πŸ› Revert PHPUnit method change
Browse files Browse the repository at this point in the history
  • Loading branch information
geekish committed Dec 20, 2020
1 parent a5a1c39 commit bb8e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BatteryStapleProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public function testNotEmpty()
public function testGenerateWithDelimiter()
{
$password = $this->faker->correctHorseBatteryStaple('.');
$this->assertMatchesRegularExpression('/((\w+)\.(\w+)\.(\w+)\.(\w+))/', $password);
$this->assertRegExp('/((\w+)\.(\w+)\.(\w+)\.(\w+))/', $password);
}
}

0 comments on commit bb8e8d9

Please sign in to comment.