public function testAll()
 {
     $promotions = Promotion::all();
     $this->assertTrue($promotions != null);
 }