Skip to content

Commit

Permalink
Merge pull request #36 from abacaphiliac/psr2
Browse files Browse the repository at this point in the history
style trait mocks
  • Loading branch information
abacaphiliac authored Sep 9, 2017
2 parents 343a5d2 + 80ff794 commit ce891b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/EnliteMonologTest/Service/TraitMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function getServiceLocator()
{
return $this->services;
}
}
}
2 changes: 1 addition & 1 deletion test/EnliteMonologTest/Service/TraitMock2.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class TraitMock2
{
use MonologServiceAwareTrait;
use ServiceLocatorAwareTrait;
}
}
2 changes: 1 addition & 1 deletion test/EnliteMonologTest/Service/TraitMock3.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function getServiceLocator()
{
return $this->services;
}
}
}
2 changes: 1 addition & 1 deletion test/EnliteMonologTest/Service/TraitMock4.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{
$this->serviceLocator = $serviceLocator;
}
}
}
2 changes: 1 addition & 1 deletion test/EnliteMonologTest/Service/TraitMock5.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ public function setServiceLocator(ServiceLocatorInterface $serviceLocator)
{
$this->services = $serviceLocator;
}
}
}

0 comments on commit ce891b5

Please sign in to comment.