for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GuillermoandraeTest\Db\DynamoDb;
use Guillermoandrae\Db\DynamoDb\ScanRequest;
use PHPUnit\Framework\TestCase;
final class ScanRequestTest extends TestCase
{
public function testMe()
$this->markTestSkipped('skipped');
}