Add Field->addQualifier() function; update deps; update README
This commit is contained in:
@@ -192,6 +192,12 @@ describe('->toWhere()', function () {
|
||||
})->group('sqlite');
|
||||
});
|
||||
|
||||
describe('->andQualifier()', function() {
|
||||
test('adds a qualifier', function () {
|
||||
expect(Field::equal('that', '82')->andQualifier('this'))->qualifier->toBe('this');
|
||||
});
|
||||
});
|
||||
|
||||
describe('::equal()', function () {
|
||||
test('creates Field w/o parameter', function () {
|
||||
$field = Field::equal('my_test', 9);
|
||||
|
||||
Reference in New Issue
Block a user