예제 #1
0
파일: BoxTest.php 프로젝트: ajbm6/box2-lib
 /**
  * @depends testAddCompactor
  */
 public function testCompactContents()
 {
     $compactor = new Compactor();
     $this->box->addCompactor($compactor);
     $this->assertEquals('my value', $this->box->compactContents('test.php', ' my value '));
 }