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.58 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.57 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.56 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.55 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.54 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.53 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.52 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.51 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.50 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.49 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.48 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.47 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.46 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.45 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.44 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.43 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.42 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.41 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.40 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.2.1.39 tracks/php/exercises/hello-world/hello-world_test.php