コード例 #1
0
ファイル: DescriptorTest.php プロジェクト: fwk/core
 public function testIniProperties()
 {
     $this->assertEquals($this->object, $this->object->iniProperties(TEST_RESOURCES_DIR . DIRECTORY_SEPARATOR . 'Descriptor' . DIRECTORY_SEPARATOR . 'config-one.ini'));
     $this->assertTrue($this->object->has('requestMatcherService'));
     $this->assertEquals('requestMatcher', $this->object->get('requestMatcherService'));
 }