Inheritance: extends PHPUnit_Framework_TestCase
 public function setUp()
 {
     parent::setUp();
     $this->playMovies();
 }
 public function setUp()
 {
     parent::setUp();
     $this->clearDb();
     $this->init();
 }
 public function setUp()
 {
     parent::setUp();
     $this->stopwatch = new Stopwatch();
 }