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.0.5 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.4 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.3 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.2 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.1 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.0.0 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.55 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.54 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.53 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.52 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.51 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.50 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.49 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.48 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.47 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.46 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.45 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.44 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.43 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.42 tracks/php/exercises/hello-world/hello-world_test.php