예제 #1
0
 public function test_addTimestamp_Called_TimestampAdded()
 {
     $b = new ConfigBuilder();
     $b->addTimestamp();
     $this->assertTrue($b->getConfig()->IsAddTimestamp);
 }