diff --git a/php7/test/GildedRoseTest.php b/php7/test/GildedRoseTest.php index 6f2ecf70..f5760cbb 100644 --- a/php7/test/GildedRoseTest.php +++ b/php7/test/GildedRoseTest.php @@ -1,9 +1,29 @@ + * @license eupl-1.1 https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository + * @link pbgroupeu.wordpress.com + */ namespace App; -class GildedRoseTest extends \PHPUnit\Framework\TestCase { - public function testFoo() { +/** + * Units cover up + * + * @category PHP_Unit + * @package GildenRose + * @author Povilas Brilius + * @license eupl-1.1 https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository + * @link pbgroupeu.wordpress.com + */ +class GildedRoseTest extends \PHPUnit\Framework\TestCase +{ + public function testFoo() + { $items = [new Item("foo", 0, 0)]; $gildedRose = new GildedRose($items); $gildedRose->updateQuality();