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.98 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.97 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.96 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.95 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.94 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.93 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.92 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.91 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.90 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.89 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.88 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.87 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.86 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.85 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.84 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.83 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.82 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.81 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.80 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.79 tracks/php/exercises/hello-world/hello-world_test.php