Skip to content

Commit cae0b44

Browse files
committed
psr-0 fixes
1 parent eeee9d0 commit cae0b44

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/Providers/Dcterms.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Embed\Providers;
44

5-
use Embed\Request;
65
use Embed\Utils;
76

87
/**

tests/GoogleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class GoogleTest extends TestCaseBase
44
{
55
//the embed code for gmaps does not work. Need to investigate.
6-
public function _testMap()
6+
public function noTestMap()
77
{
88
$this->assertEmbed(
99
'https://www.google.es/maps/place/Tordoia,+A+Coru%C3%B1a/@43.0871207,-8.5710004,12z/data=!3m1!4b1!4m2!3m1!1s0xd2ef4006f1ef489:0x404f58273ca55a0',

tests/_23hqTest.php renamed to tests/N23hqTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
class _23hqTest extends TestCaseBase
3+
class N23hqTest extends TestCaseBase
44
{
55
public function testOne()
66
{

tests/TwitterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class TwitterTest extends TestCaseBase
44
{
5-
public function _testNormal()
5+
public function testNormal()
66
{
77
$this->assertEmbed(
88
'https://twitter.com/pepephone/status/436461658601713664',

0 commit comments

Comments
 (0)