for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Foolz\SphinxQL\Tests;
use Foolz\SphinxQL\Expression;
use PHPUnit\Framework\TestCase;
class ExpressionTest extends TestCase{
public function test__construct(){
$this->assertNotNull(new Expression());
}