Skip to content

Commit c8fabf6

Browse files
small update for the tests cases to give them a namespace.
my tests work locally. i don’t know why they break in travis… :(
1 parent 120e033 commit c8fabf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ColorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?php
1+
<?php namespace SoapBox\Csscolor\Tests;
22

33
use SoapBox\Csscolor\Csscolor;
44

5-
class ColorTest extends PHPUnit_Framework_TestCase {
5+
class ColorTest extends \PHPUnit_Framework_TestCase {
66

77
public function setUp() {
88
parent::setUp();

0 commit comments

Comments
 (0)