endtoend-test-psl/tests/Psl/Iter/AnyTest.php
2019-12-24 02:01:46 +01:00

13 lines
152 B
PHP

<?php
declare(strict_types=1);
namespace Psl\Tests\Iter;
use PHPUnit\Framework\TestCase;
class AnyTest extends TestCase
{
// TODO: add tests.
}