コード例 #1
0
 function testGetTwitterSource()
 {
     $this->assertIsA($this->TestComponent->DataSource, 'TwitterSource');
     $this->assertIsA($this->TestComponent->getTwitterSource(), 'TwitterSource');
 }