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.1.0.20 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.19 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.18 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.17 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.16 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.15 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.14 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.13 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.12 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.11 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.10 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.9 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.8 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.7 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.6 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.5 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.4 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.3 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.2 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.1 tracks/php/exercises/hello-world/hello-world_test.php