Pyrech\ComposerChangelogs\tests\OutputterTest::test_it_outputs_nothing_without_operation PHP Метод

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

    public function test_it_outputs_nothing_without_operation()
    {
        $expectedOutput = <<<TEXT
<fg=green>No changelogs summary</fg=green>
TEXT;
        $this->assertTrue($this->SUT->isEmpty());
        $this->assertSame($expectedOutput, $this->SUT->getOutput());
    }