Beispiel #1
0
 /**
  * @test
  * @loadFixture
  */
 public function testGetProductSyncFrequency()
 {
     $this->assertEquals("0 */5 * * *", $this->helper->getProductSyncFrequency());
 }