From fef8914c66a85544ca4ec54d329a6dc562508836 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Fri, 11 Aug 2023 18:35:01 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- tests/Browser/WithFakerTest.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Browser/WithFakerTest.php diff --git a/tests/Browser/WithFakerTest.php b/tests/Browser/WithFakerTest.php new file mode 100644 index 00000000..d45bf61d --- /dev/null +++ b/tests/Browser/WithFakerTest.php @@ -0,0 +1,20 @@ +browse(function ($browser) { + $this->assertInstanceOf(Generator::class, $this->faker); + }); + } +}