Exemplo n.º 1
0
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     $aRevisions = (include 'tests/_files/Revisions.php');
     $this->_object = new \Mergy\TextUI\Printer\Single();
     $this->assertInstanceOf(get_class($this->_object), $this->_object->setFormatter(new \Mergy\TextUI\Printer\Formatter\Text()));
     $this->assertInstanceOf(get_class($this->_object), $this->_object->setRevisions($aRevisions));
 }