for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FOS\ElasticaBundle\Tests\Mocks;
class PropelModelFooQuery extends \ModelCriteria
{
public static $latestCreatedInstance;
public function __construct()
// no need to call parent constructor
}
public static function create()
return static::$latestCreatedInstance = new static();