Example #1
0
 public function testIsConstant()
 {
     $this->assertTrue(Registry::isConstant('EntryB'));
     $this->assertFalse(Registry::isConstant('EntryA'));
 }