Skip to content

Commit

Permalink
Merge pull request #52 from Chemaclass/make-echooutputtest-final-and-…
Browse files Browse the repository at this point in the history
…strict

Make EchoOutputTest class final and strict
  • Loading branch information
Chemaclass authored Mar 23, 2020
2 parents e60e554 + 83ba31d commit 27df0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ScrumMasterTest/Unit/IO/EchoOutputTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

declare(strict_types=1);

namespace Chemaclass\ScrumMasterTests\Unit\IO;

use Chemaclass\ScrumMaster\IO\EchoOutput;
use PHPUnit\Framework\TestCase;

class EchoOutputTest extends TestCase
final class EchoOutputTest extends TestCase
{
/** @test */
public function write(): void
Expand Down

0 comments on commit 27df0a7

Please sign in to comment.