Skip to content

Commit

Permalink
Use contao/phpstan version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Jun 12, 2019
1 parent 51ecc3d commit 1a24ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,6 @@

# PhpUnit
/phpunit.xml

# Functional tests
/tests/Functional/var/
12 changes: 0 additions & 12 deletions tests/Functional/RoutingTest.php
Expand Up @@ -19,7 +19,6 @@
use Contao\System;
use Contao\TestCase\ContaoDatabaseTrait;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Symfony\Component\Filesystem\Filesystem;

class RoutingTest extends WebTestCase
{
Expand All @@ -35,17 +34,6 @@ public static function setUpBeforeClass(): void
static::loadFileIntoDatabase(__DIR__.'/app/Resources/contao_test.sql');
}

/**
* {@inheritdoc}
*/
public static function tearDownAfterClass(): void
{
parent::tearDownAfterClass();

$fs = new Filesystem();
$fs->remove(__DIR__.'/var');
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 1a24ecd

Please sign in to comment.