aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h
diff options
context:
space:
mode:
authorMarius Ursache <marius@marius.me.uk>2016-02-29 21:55:05 +1100
committerMarius Ursache <marius@marius.me.uk>2016-02-29 21:55:05 +1100
commit16831b8eb9e1947deb82118411acf0b8fd9862c8 (patch)
tree28bd01d7464bd8d02a14e2447cb674505629160e /Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h
parent9eb7efd01442d36f543e3056cdf060ffb35202c2 (diff)
downloadsequelpro-16831b8eb9e1947deb82118411acf0b8fd9862c8.tar.gz
sequelpro-16831b8eb9e1947deb82118411acf0b8fd9862c8.tar.bz2
sequelpro-16831b8eb9e1947deb82118411acf0b8fd9862c8.zip
Converted QueryKit tests from SenTestingKit to XCTest
Diffstat (limited to 'Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h')
-rw-r--r--Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h b/Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h
index 9a1349d8..f7966a66 100644
--- a/Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h
+++ b/Frameworks/QueryKit/Tests/QKSelectQueryGroupByTests.h
@@ -29,10 +29,10 @@
#import "QKTestCase.h"
#import <QueryKit/QueryKit.h>
-#import <SenTestingKit/SenTestingKit.h>
+#import <XCTest/XCTest.h>
@interface QKSelectQueryGroupByTests : QKTestCase
-+ (void)addTestForDatabase:(QKQueryDatabase)database withIdentifierQuote:(NSString *)quote toTestSuite:(SenTestSuite *)testSuite;
++ (void)addTestForDatabase:(QKQueryDatabase)database withIdentifierQuote:(NSString *)quote toTestSuite:(XCTestSuite *)testSuite;
@end