Updating GitList to use Gitter

This commit is contained in:
Klaus Silveira
2012-09-11 11:55:03 -03:00
parent e72a932f19
commit e17ffee12d
22 changed files with 189 additions and 2044 deletions

View File

@@ -1,11 +1,8 @@
<?php
require 'vendor/autoload.php';
use Silex\WebTestCase;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Filesystem\Exception\IOException;
use GitList\Component\Git\Client;
use Gitter\Client;
class InterfaceTest extends WebTestCase
{
@@ -204,11 +201,6 @@ class InterfaceTest extends WebTestCase
public static function tearDownAfterClass()
{
$fs = new Filesystem();
try {
$fs->remove(self::$tmpdir);
} catch (IOException $e) {
// Ignore, file is not closed yet
}
$fs->remove(self::$tmpdir);
}
}