-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add STDistanceSphere and Test to MySql #158
base: develop
Are you sure you want to change the base?
Conversation
You have |
Hi @reneszabo Please have a look at the tests https://travis-ci.org/creof/doctrine2-spatial/jobs/136486440#L310
|
I could use this. |
* SOFTWARE. | ||
*/ | ||
|
||
namespace CrEOF\Spatial\Tests\ORM\Query\AST\Functions\PostgreSql; |
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mysql?
would be nice to have this :) |
No description provided.