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.78 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.77 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.76 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.75 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.74 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.73 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.72 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.71 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.70 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.69 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.68 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.67 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.66 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.65 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.64 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.63 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.62 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.61 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.60 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.59 tracks/php/exercises/hello-world/hello-world_test.php