endtoend-test-psl/tests/Psl/Iter/DropWhileTest.php

13 lines
158 B
PHP
Raw Normal View History

2019-12-24 01:52:07 +01:00
<?php
declare(strict_types=1);
namespace Psl\Tests\Iter;
use PHPUnit\Framework\TestCase;
class DropWhileTest extends TestCase
{
// TODO: add tests.
}