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.38 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.37 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.36 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.35 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.34 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.33 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.32 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.31 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.30 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.29 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.28 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.27 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.26 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.25 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.24 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.23 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.22 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.21 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.20 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.19 tracks/php/exercises/hello-world/hello-world_test.php