public function testDetectLoop()
 {
     $this->setExpectedException('\\yii\\base\\Exception');
     $this->auth->addItemChild('readPost', 'readPost');
 }