コード例 #1
0
ファイル: PopulatorTest.php プロジェクト: aleguisf/fvdev1
 public function testCanResetValues()
 {
     $populator = new Populator(array('foo', 'bar'));
     $populator->reset();
     $this->assertEquals(array(), $populator->all());
 }