Example #1
0
 public function staticPrimitiveMemberNotInValues()
 {
     Profiling::$fixture = array($this, $this->name);
     $this->assertEquals(array(Profiling::$INSTANCE, Profiling::$EXTENSION), Profiling::values());
     Profiling::$fixture = NULL;
 }