Skip to content

Commit

Permalink
rename 'Matchmaker' to 'MatchMaker' (camelCase)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0DE8 committed May 13, 2017
1 parent 377dc99 commit c0cb8b5
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 4 additions & 6 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

// development
require __DIR__ . '/../../../vendor/autoload.php';

// production
#require '/var/www/vhosts/playground.bers.rocks/www/public/matchmaker/vendor/autoload.php';

// micro autoloader
spl_autoload_register(function($class) {
require __DIR__ . '/../src/' . str_replace('\\', '/', $class) . '.php';
});

0 comments on commit c0cb8b5

Please sign in to comment.