TYPO3 CMS  TYPO3_6-2
AbstractWriterTest.php
Go to the documentation of this file.
1 <?php
3 
23 
29  $invalidConfiguration = array(
30  'foo' => 'bar'
31  );
32  $this->getMockForAbstractClass('TYPO3\\CMS\\Core\\Log\\Writer\\AbstractWriter', array($invalidConfiguration));
33  }
34 }