| 1234567891011121314151617181920212223 |
- <?php
- use App\Module\ThirdParty\Services\WebhookDispatchService;
- use Illuminate\Support\Facades\Request;
- use Tests\TestCase;
- /**
- *
- * ./vendor/bin/phpunit app/Module/ThirdParty/Tests/TestChongzhi.php
- */
- class Test1 extends TestCase
- {
- public function testA()
- {
- dump(0.2588);
- dump((float)'0.2588');
- }
- }
|