1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00

Remove HelloWorldTest

This commit is contained in:
Samuel Štancl 2019-02-02 00:10:16 +01:00
parent 1547c134f1
commit e251a2b884
2 changed files with 4 additions and 11 deletions

View file

@ -3,6 +3,10 @@ php:
- '7.1' - '7.1'
- '7.2' - '7.2'
branches:
only:
- master
install: install:
- travis_retry composer install --no-interaction - travis_retry composer install --no-interaction

View file

@ -1,11 +0,0 @@
<?php
namespace Stancl\Tenancy\Tests;
class HelloWorldTest extends TestCase
{
public function testAbc()
{
$this->assertTrue(true);
}
}