Sha256: 0736f183b3b922e0ad6747cc86dd2846d0567d5671954e2414c3c2c99e2f62da

Contents?: true

Size: 204 Bytes

Versions: 240

Compression:

Stored size: 204 Bytes

Contents

<?php

require "hello-world.php";

class HelloWorldTest extends PHPUnit\Framework\TestCase
{
    public function testHelloWorld()
    {
        $this->assertEquals('Hello, World!', helloWorld());
    }
}

Version data entries

240 entries across 240 versions & 1 rubygems

Version Path
trackler-2.2.1.18 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.17 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.16 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.15 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.14 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.13 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.12 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.11 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.10 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.9 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.8 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.7 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.6 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.5 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.4 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.3 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.2 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.1 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.0 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.6 tracks/php/exercises/hello-world/hello-world_test.php