Sha256: 665163fc96f082c40410662e44e1faad0904e4a0e4f93b517b5fb8c206fd0420
Contents?: true
Size: 437 Bytes
Versions: 60
Compression:
Stored size: 437 Bytes
Contents
<?php require "hello-world.php"; class HelloWorldTest extends PHPUnit\Framework\TestCase { public function testNoName() { $this->assertEquals('Hello, World!', helloWorld()); } public function testSampleName() { $this->assertEquals('Hello, Alice!', helloWorld('Alice')); } public function testAnotherSampleName() { $this->assertEquals('Hello, Bob!', helloWorld('Bob')); } }
Version data entries
60 entries across 60 versions & 1 rubygems