Beispiel #1
0
 /**
  * Method to test swap().
  *
  * @return void
  *
  * @covers Windwalker\Compare\Compare::swap
  */
 public function testSwap()
 {
     $this->assertEquals('sakura = flower', $this->instance->swap()->toString());
 }