diff --git a/tests/Iyzipay/Tests/FileBase64EncoderTest.php b/tests/Iyzipay/Tests/FileBase64EncoderTest.php new file mode 100644 index 00000000..50e0d195 --- /dev/null +++ b/tests/Iyzipay/Tests/FileBase64EncoderTest.php @@ -0,0 +1,18 @@ +encode($imagePath); + + $this->assertNotNull($encodedImage); + + } +} \ No newline at end of file