Пример #1
0
 public function testGetConstListWithDefault()
 {
     $obj = new Strength();
     $const = $obj->getConstList(true);
     $this->assertEquals(array('__DEFAULT' => 1, 'VERYLOW' => 1, 'LOW' => 3, 'MEDIUM' => 5, 'HIGH' => 7), $const);
 }