Sha256: 5da8b2d355ae00f12ff61a45761634c766dd845cbf177bfe75d717ad3cfadf6c
Contents?: true
Size: 438 Bytes
Versions: 96
Compression:
Stored size: 438 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
96 entries across 96 versions & 1 rubygems