for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Maestriam\Samurai\Tests\Unit\Entities\Base;
use Maestriam\Samurai\Entities\Base;
use Maestriam\Samurai\Tests\TestCase;
class EmptyBaseTest extends TestCase
{
public function testFullBase()
$this->theme('bands/motorhead')->findOrCreate();
$base = new Base();
$ret = $base->empty();
$this->assertFalse($ret);
}
public function testEmptyBase()
$this->assertTrue($ret);