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.1.0.41 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.40 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.39 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.38 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.37 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.36 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.34 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.33 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.32 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.31 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.30 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.29 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.28 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.27 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.26 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.25 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.24 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.23 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.22 tracks/php/exercises/hello-world/hello-world_test.php
trackler-2.1.0.21 tracks/php/exercises/hello-world/hello-world_test.php