Пример #1
0
 public function testGetProperty()
 {
     $this->fmPdo->test1 = 'TEST';
     $this->assertEquals('TEST', $this->fmPdo->getProperty('test1'));
     $this->assertNull($this->fmPdo->getProperty('test2'));
 }