コード例 #1
0
ファイル: DefinitionTest.php プロジェクト: mongator/mondator
 public function testHasConstantByNameShouldBeFalse()
 {
     $definition = new Definition('Class1');
     $this->assertFalse($definition->hasConstantByName('X'));
 }