Skip to content

Instantly share code, notes, and snippets.

View evilbloodydemon's full-sized avatar

Igor Fomin evilbloodydemon

View GitHub Profile
@evilbloodydemon
evilbloodydemon / AllAppTest.php
Created August 5, 2012 05:54 — forked from jrbasso/AllAppTest.php
All application tests ignoring CakePHP core files from Code Coverage
<?php
class AllAppTest extends CakeTestSuite {
protected $coverageSetup = false;
public static function suite() {
$suite = new static('All Application Tests');
$suite->addTestDirectoryRecursive(__DIR__);
return $suite;
package main
import (
"bufio";
"fmt";
"net";
"os";
)