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.119 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.118 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.117 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.116 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.115 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.114 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.113 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.111 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.110 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.109 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.108 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.107 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.106 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.105 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.104 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.103 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.102 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.101 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.100 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.99 tracks/php/exercises/hello-world/hello-world_test.php