From bb8e8d9e58035ba740643d5e122ea376236176e4 Mon Sep 17 00:00:00 2001 From: Hannah Warmbier Date: Sun, 20 Dec 2020 10:27:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Revert=20PHPUnit=20method=20chan?= =?UTF-8?q?ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/BatteryStapleProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BatteryStapleProviderTest.php b/tests/BatteryStapleProviderTest.php index a53b2ab..a364832 100644 --- a/tests/BatteryStapleProviderTest.php +++ b/tests/BatteryStapleProviderTest.php @@ -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); } }