Download nilportugues / schema-org / URLTest.php - Solve class 'URLTest' not found

This file is part of the package nilportugues/schema-org. Please go to our download page to download this composer package and to solve the problem class 'URLTest' not found.
Download nilportugues/schema-org
Class is not correct? Search class URLTest


<?php /** * Author: Nil Portugués Calderó <contact@nilportugues.com> * Date: 12/18/15 * Time: 11:36 PM. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace NilPortugues\Tests\SchemaOrg\Classes; use NilPortugues\SchemaOrg\Classes\URL; use NilPortugues\SchemaOrg\Mapping; /** * Classes URLTest * @package NilPortugues\Tests\SchemaOrg\Classes */ class URLTest extends \PHPUnit_Framework_TestCase { public function testSchemaUrlReturnsExpectedUrl() { $this->assertEquals(URL::schemaUrl(), "http://schema.org/URL"); } }