Beispiel #1
0
 /**
  *
  */
 public function testSetName()
 {
     $this->assertInstanceOf('Enlight_Components_Cron_Job', $this->job->setName('test name'));
     $this->assertEquals('test name', $this->job->getName());
 }