getFormat() публичный Метод

public getFormat ( )
Пример #1
0
 /**
  * @covers PhpCsFixer\Report\TextReporter::getFormat
  */
 public function testGetFormat()
 {
     $this->assertSame('txt', $this->reporter->getFormat());
 }