<?php use Laravel\SerializableClosure\Exceptions\PhpVersionNotSupportedException; use Laravel\SerializableClosure\SerializableClosure; test('serializable closure does not support PHP 7.3', function () { new SerializableClosure(function () { return 'foo'; }); })->throws(PhpVersionNotSupportedException::class); test('unsigned serializable closure does not support PHP 7.3', function () { SerializableClosure::unsigned(function () { return 'foo'; }); })->throws(PhpVersionNotSupportedException::class);
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Datasets | Folder | 0755 |
|
|
Fixtures | Folder | 0755 |
|
|
Pest.php | File | 2.77 KB | 0644 |
|
Php73Test.php | File | 553 B | 0644 |
|
ReflectionClosure1Test.php | File | 5.57 KB | 0644 |
|
ReflectionClosure2Test.php | File | 10.65 KB | 0644 |
|
ReflectionClosure3Test.php | File | 1.85 KB | 0644 |
|
ReflectionClosure4Test.php | File | 1.58 KB | 0644 |
|
ReflectionClosure5Test.php | File | 4.67 KB | 0644 |
|
ReflectionClosurePhp80Test.php | File | 4.11 KB | 0644 |
|
ReflectionClosurePhp81Test.php | File | 8.96 KB | 0644 |
|
SerializerPhp80Test.php | File | 1.47 KB | 0644 |
|
SerializerPhp81Test.php | File | 12.26 KB | 0644 |
|
SerializerTest.php | File | 12.55 KB | 0644 |
|
SignedSerializerTest.php | File | 1.16 KB | 0644 |
|