예제 #1
0
파일: PDOTest.php 프로젝트: noels/FluentDOM
 public function testSetTagNames()
 {
     $loader = new FluentDOMLoaderPDO();
     $loader->setTagNames('samples', 'sample');
     $this->assertSame('samples', $this->readAttribute($loader, '_tagNameRoot'));
     $this->assertSame('sample', $this->readAttribute($loader, '_tagNameRecord'));
 }