Esempio n. 1
0
 public function test_that_it_can_set_and_get_priority()
 {
     $priority = Priority::HIGH();
     $this->message->setPriority($priority);
     $this->assertSame($priority, $this->message->getPriority());
 }