Skip to content

Commit 925fe79

Browse files
committed
fixed test class names
1 parent 9169481 commit 925fe79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/LineTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
include_once dirname(__DIR__).'/src/autoloader.php';
33

4-
class SoundcloudTest extends PHPUnit_Framework_TestCase
4+
class LineTest extends PHPUnit_Framework_TestCase
55
{
66
public function testOne()
77
{

tests/SlidesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
include_once dirname(__DIR__).'/src/autoloader.php';
33

4-
class SoundcloudTest extends PHPUnit_Framework_TestCase
4+
class SlidesTest extends PHPUnit_Framework_TestCase
55
{
66
public function testOne()
77
{

0 commit comments

Comments
 (0)