Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
phpcs tests fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotomize committed Oct 15, 2015
1 parent 9a1d3c2 commit 14f5854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/logs/common.log
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,9 @@
[2015-10-15 16:35:07] Logging.INFO: 2015-10-15 16:35:07 : OK! The desired value found in the json [] []
[2015-10-15 16:35:07] Logging.INFO: 2015-10-15 16:35:07 : OK! The desired value found in the json [] []
[2015-10-15 16:35:08] Logging.INFO: 2015-10-15 16:35:08 : OK! The desired value found in the json [] []
[2015-10-15 16:57:45] Logging.INFO: 2015-10-15 16:57:45 : OK! The desired value found in the json [] []
[2015-10-15 16:57:46] Logging.INFO: 2015-10-15 16:57:46 : OK! The desired value found in the json [] []
[2015-10-15 16:57:47] Logging.INFO: 2015-10-15 16:57:47 : OK! The desired value found in the json [] []
[2015-10-15 16:57:47] Logging.INFO: 2015-10-15 16:57:47 : OK! The desired value found in the json [] []
[2015-10-15 16:57:47] Logging.INFO: 2015-10-15 16:57:47 : OK! The desired value found in the json [] []
[2015-10-15 16:57:48] Logging.INFO: 2015-10-15 16:57:48 : OK! The desired value found in the json [] []
2 changes: 2 additions & 0 deletions tests/SearchEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
use FuzzyJsonSearch\SearchEngine;
use FuzzyJsonSearch\SearchTreeWalk;

require __DIR__ . '/../src/autoload.php';

/**
* Class SearchEngineTest
* @package tests
Expand Down

0 comments on commit 14f5854

Please sign in to comment.