Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Oct 13, 2018
1 parent 8cf70ce commit ba9dc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions bin/oembed.php
Expand Up @@ -19,11 +19,9 @@ function provider( $provider ) {
// var_dump( json_decode( $example_data, true ) );
}

$providers = [
foreach ( [
'twitch',
'ustream',
];

foreach ( $providers as $key => $provider ) {
] as $key => $provider ) {
provider( $provider );
}
2 changes: 1 addition & 1 deletion tests/tests-shortcodes.php
@@ -1,5 +1,5 @@
<?php
use function Nextenthemes\ARVE\shortcode;
use function Nextgenthemes\ARVE\shortcode;

// phpcs:disable Squiz.Classes.ClassFileName.NoMatch
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
Expand Down

0 comments on commit ba9dc9b

Please sign in to comment.