Skip to content

Commit

Permalink
Merge pull request #31 from DoclerLabs/develop
Browse files Browse the repository at this point in the history
prepare 0.30.0
  • Loading branch information
aliokan authored Oct 4, 2017
2 parents bf88c02 + 0890e83 commit 2870813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hex/unittest/assertion/Assert.hx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class Assert
{
Assert._LOG_ASSERT( userMessage );

#if neko
#if (neko || php)
if ( Reflect.isFunction( expected ) )
{
if ( !Reflect.compareMethods( expected, value ) )
Expand All @@ -176,7 +176,7 @@ class Assert
{
Assert._LOG_ASSERT( userMessage );

#if neko
#if (neko || php)
if ( Reflect.isFunction( expected ) )
{
if ( Reflect.compareMethods( expected, value ) )
Expand Down

0 comments on commit 2870813

Please sign in to comment.