for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FileEye\MimeMap\test;
use FileEye\MimeMap\Version;
use PHPUnit\Framework\TestCase;
class VersionTest extends TestCase
{
public function testGet()
$this->assertNotNull(Version::get());
}