芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/gregwar/captcha/tests/CaptchaBuilderTest.php
build() ->save('out.jpg') ; $this->assertTrue(file_exists(__DIR__.'/../out.jpg')); } public function testFingerPrint() { $int = count(CaptchaBuilder::create() ->build() ->getFingerprint() ); $this->assertTrue(is_int($int)); } }