Skip to content

Commit

Permalink
IHF: Tests structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 7, 2017
1 parent f97c231 commit ebe100e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

namespace Illuminated\Helpers\HelperFunctions\Tests\Xml;

use Illuminated\Helpers\HelperFunctions\Tests\TestCase;

class ArrayToXmlTest extends TestCase
{
/** @test */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

namespace Illuminated\Helpers\HelperFunctions\Tests\Xml;

use Exception;
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
use SimpleXMLElement;

class XmlToArrayTest extends TestCase
{
/** @test */
Expand Down
File renamed without changes.

0 comments on commit ebe100e

Please sign in to comment.