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

Version Path
trackler-2.1.0.0 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.55 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.54 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.53 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.52 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.51 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.50 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.49 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.48 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.47 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.46 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.45 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.44 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.43 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.42 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.41 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.40 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.39 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.38 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.0.8.37 tracks/php/exercises/hello-world/hello-world_test.php