Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Created placeholder test for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed May 24, 2023
1 parent 19fa67c commit 5370b57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?php

namespace Tnapf\Package\Test;
namespace Tnapf\Spotify\Tests;

use PHPUnit\Framework\TestCase;
use Tnapf\Package\ExampleClass;

class ExampleTest extends TestCase
{
public function testExample()
{
$this->assertTrue((new ExampleClass())->returnTrue());
$this->assertTrue(true);
}
}

0 comments on commit 5370b57

Please sign in to comment.