Skip to content

Commit

Permalink
Merge branch 'feature/tests' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Jan 3, 2013
2 parents 9cc2ef7 + 785e5ed commit ceb9f9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
2 changes: 1 addition & 1 deletion Phakefile
Expand Up @@ -36,7 +36,7 @@ group('dev', function() {
desc('Sniff code for PSR-1/2');
task('sniff', function ($args) {
chdir(realpath(__DIR__));
system('vendor/bin/phpcs -a --standard=PSR2 lib/');
system('vendor/bin/phpcs -a --ignore=/Tests/* --standard=PSR2 lib/');
});

desc('Build the Phar archive');
Expand Down
44 changes: 0 additions & 44 deletions lib/Proem/Routing/Tests/RouteAbstractTest.php

This file was deleted.

0 comments on commit ceb9f9e

Please sign in to comment.