Skip to content

Conversation

@reneszabo
Copy link

No description provided.

@sadortun
Copy link
Member

sadortun commented Jun 9, 2016

You have protected $platforms = array('mysql'); and $this->supportsPlatform('postgresql'); in your test. Is it a typo ?

@sadortun
Copy link
Member

sadortun commented Jun 9, 2016

Hi @reneszabo Please have a look at the tests https://travis-ci.org/creof/doctrine2-spatial/jobs/136486440#L310

PHP Fatal error:  Cannot redeclare class CrEOF\Spatial\Tests\ORM\Query\AST\Functions\PostgreSql\STDistanceSphereTest in /home/travis/build/creof/doctrine2-spatial/tests/CrEOF/Spatial/Tests/ORM/Query/AST/Functions/PostgreSql/STDistanceSphereTest.php on line 91

@basz
Copy link

basz commented Oct 23, 2016

I could use this.
@reneszabo are you able to fix that typo?

* SOFTWARE.
*/

namespace CrEOF\Spatial\Tests\ORM\Query\AST\Functions\PostgreSql;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong namespace shoud be namespace CrEOF\Spatial\Tests\ORM\Query\AST\Functions\MySql;

protected function setUp()
{
$this->usesEntity(self::POINT_ENTITY);
$this->supportsPlatform('postgresql');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mysql?

@svycka
Copy link

svycka commented Jun 14, 2017

would be nice to have this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants