コード例 #1
0
 /**
  * @test
  */
 public function toArrayReturnsEmptyArrayWithForEmptyQueue()
 {
     $this->assertSame(array(), $this->flashMessageQueue->toArray());
 }